Searched refs:is_file (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/ |
| H A D | rustdoc_test_gen.rs | 67 .is_file() in find_real_path()
|
| /linux/tools/perf/pmu-events/ |
| H A D | jevents.py | 487 if not item.is_file() or not item.name.endswith('.json'): 641 if not item.is_file() or not item.name.endswith('.json'): 697 …if not item.is_file() or not item.name.endswith('.json') or item.name.endswith('metricgroups.json'…
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 55 if not entry.is_file():
|
| /linux/fs/f2fs/ |
| H A D | f2fs.h | 831 #define file_is_cold(inode) is_file(inode, FADVISE_COLD_BIT) 835 #define file_wrong_pino(inode) is_file(inode, FADVISE_LOST_PINO_BIT) 839 #define file_is_encrypt(inode) is_file(inode, FADVISE_ENCRYPT_BIT) 842 #define file_enc_name(inode) is_file(inode, FADVISE_ENC_NAME_BIT) 845 #define file_keep_isize(inode) is_file(inode, FADVISE_KEEP_SIZE_BIT) 848 #define file_is_hot(inode) is_file(inode, FADVISE_HOT_BIT) 852 #define file_is_verity(inode) is_file(inode, FADVISE_VERITY_BIT) 855 #define file_should_truncate(inode) is_file(inode, FADVISE_TRUNC_BIT) 3517 static inline int is_file(struct inode *inode, int type) in is_file() function 3524 if (is_file(inode, type)) in set_file() [all …]
|
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 119 elif entry.is_file():
|
| H A D | abi_parser.py | 364 if not entry.is_file():
|