Home
last modified time | relevance | path

Searched refs:is_file (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/
H A Drustdoc_test_gen.rs67 .is_file() in find_real_path()
/linux/tools/perf/pmu-events/
H A Djevents.py487 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 Dkdoc_files.py55 if not entry.is_file():
/linux/fs/f2fs/
H A Df2fs.h831 #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 Dsystem_symbols.py119 elif entry.is_file():
H A Dabi_parser.py364 if not entry.is_file():