Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djevents.c964 int is_file = typeflag == FTW_F; in preprocess_arch_std_files() local
966 if (level == 1 && is_file && is_json_file(fpath)) in preprocess_arch_std_files()
977 int is_file = typeflag == FTW_F; in process_one_file() local
998 is_file ? "f" : is_dir ? "d" : "x", in process_one_file()
1034 if (level == 1 && is_file) { in process_one_file()
1048 if (is_file) { in process_one_file()
1071 if (is_file) { in process_one_file()
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py430 if item.is_file() and item.name.endswith('.json'):
575 if not item.is_file() or not item.name.endswith('.json'):
628 if not item.is_file() or not item.name.endswith('.json') or item.name == 'metricgroups.json':
/kernel/linux/linux-5.10/scripts/
H A Dget_abi.pl85 $data{$nametag}->{is_file} = 1;
425 print "DESCRIPTION MISSING for $what\n\n" if (!$data{$what}->{is_file});
/kernel/linux/linux-5.10/fs/f2fs/
H A Df2fs.h646 #define file_is_cold(inode) is_file(inode, FADVISE_COLD_BIT)
647 #define file_wrong_pino(inode) is_file(inode, FADVISE_LOST_PINO_BIT)
652 #define file_is_encrypt(inode) is_file(inode, FADVISE_ENCRYPT_BIT)
655 #define file_enc_name(inode) is_file(inode, FADVISE_ENC_NAME_BIT)
657 #define file_keep_isize(inode) is_file(inode, FADVISE_KEEP_SIZE_BIT)
659 #define file_is_hot(inode) is_file(inode, FADVISE_HOT_BIT)
662 #define file_is_verity(inode) is_file(inode, FADVISE_VERITY_BIT)
2928 static inline int is_file(struct inode *inode, int type) in is_file() function
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h729 #define file_is_cold(inode) is_file(inode, FADVISE_COLD_BIT)
733 #define file_wrong_pino(inode) is_file(inode, FADVISE_LOST_PINO_BIT)
737 #define file_is_encrypt(inode) is_file(inode, FADVISE_ENCRYPT_BIT)
740 #define file_enc_name(inode) is_file(inode, FADVISE_ENC_NAME_BIT)
743 #define file_keep_isize(inode) is_file(inode, FADVISE_KEEP_SIZE_BIT)
746 #define file_is_hot(inode) is_file(inode, FADVISE_HOT_BIT)
750 #define file_is_verity(inode) is_file(inode, FADVISE_VERITY_BIT)
753 #define file_should_truncate(inode) is_file(inode, FADVISE_TRUNC_BIT)
3297 static inline int is_file(struct inode *inode, int type) in is_file() function
3304 if (is_file(inod in set_file()
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dget_abi.pl108 $data{$nametag}->{is_file} = 1;
481 print "DESCRIPTION MISSING for $what\n\n" if (!$data{$what}->{is_file});

Completed in 21 milliseconds