Searched refs:is_file (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/scripts/ |
| H A D | rustdoc_test_gen.rs | 67 .is_file() in find_real_path()
|
| /linux-6.15/tools/perf/pmu-events/ |
| H A D | jevents.py | 467 if not item.is_file() or not item.name.endswith('.json'): 620 if not item.is_file() or not item.name.endswith('.json'): 676 if not item.is_file() or not item.name.endswith('.json') or item.name == 'metricgroups.json':
|
| /linux-6.15/fs/f2fs/ |
| H A D | f2fs.h | 755 #define file_is_cold(inode) is_file(inode, FADVISE_COLD_BIT) 759 #define file_wrong_pino(inode) is_file(inode, FADVISE_LOST_PINO_BIT) 763 #define file_is_encrypt(inode) is_file(inode, FADVISE_ENCRYPT_BIT) 766 #define file_enc_name(inode) is_file(inode, FADVISE_ENC_NAME_BIT) 769 #define file_keep_isize(inode) is_file(inode, FADVISE_KEEP_SIZE_BIT) 772 #define file_is_hot(inode) is_file(inode, FADVISE_HOT_BIT) 776 #define file_is_verity(inode) is_file(inode, FADVISE_VERITY_BIT) 779 #define file_should_truncate(inode) is_file(inode, FADVISE_TRUNC_BIT) 3408 static inline int is_file(struct inode *inode, int type) in is_file() function 3415 if (is_file(inode, type)) in set_file() [all …]
|
| /linux-6.15/scripts/lib/abi/ |
| H A D | system_symbols.py | 119 elif entry.is_file():
|
| H A D | abi_parser.py | 364 if not entry.is_file():
|