/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 33 uint8_t filetype) in xfs_dir3_get_dtype() 38 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype() 41 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype() 107 uint8_t filetype; in xfs_dir2_sf_getdents() local 118 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_getdents() 125 xfs_dir3_get_dtype(mp, filetype))) in xfs_dir2_sf_getdents() 182 uint8_t filetype; in xfs_dir2_block_getdents() local 207 filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_getdents() 219 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents() 383 uint8_t filetype; in xfs_dir2_leaf_getdents() local 31 xfs_dir3_get_dtype( struct xfs_mount *mp, uint8_t filetype) xfs_dir3_get_dtype() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 33 uint8_t filetype) in xfs_dir3_get_dtype() 38 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype() 41 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype() 107 uint8_t filetype; in xfs_dir2_sf_getdents() local 118 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_getdents() 125 xfs_dir3_get_dtype(mp, filetype))) in xfs_dir2_sf_getdents() 183 uint8_t filetype; in xfs_dir2_block_getdents() local 208 filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_getdents() 220 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents() 382 uint8_t filetype; in xfs_dir2_leaf_getdents() local 31 xfs_dir3_get_dtype( struct xfs_mount *mp, uint8_t filetype) xfs_dir3_get_dtype() argument [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | fs_types.c | 21 * @filetype: The on-disk file type to convert. 37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype() argument 39 if (filetype >= FT_MAX) in fs_ftype_to_dtype() 42 return fs_dtype_by_ftype[filetype]; in fs_ftype_to_dtype()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_types.c | 21 * @filetype: The on-disk file type to convert. 37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype() argument 39 if (filetype >= FT_MAX) in fs_ftype_to_dtype() 42 return fs_dtype_by_ftype[filetype]; in fs_ftype_to_dtype()
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | Makefile | 12 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) 30 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | Makefile | 10 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) 28 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
|
/kernel/linux/linux-5.10/fs/adfs/ |
H A D | dir.c | 224 * filetype suffix to the name, check the filetype and append. in adfs_object_fixup() 227 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local 229 if (filetype != ADFS_FILETYPE_NONE) { in adfs_object_fixup() 231 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8); in adfs_object_fixup() 232 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4); in adfs_object_fixup() 233 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0); in adfs_object_fixup()
|
/kernel/linux/linux-6.6/fs/adfs/ |
H A D | dir.c | 224 * filetype suffix to the name, check the filetype and append. in adfs_object_fixup() 227 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local 229 if (filetype != ADFS_FILETYPE_NONE) { in adfs_object_fixup() 231 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8); in adfs_object_fixup() 232 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4); in adfs_object_fixup() 233 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0); in adfs_object_fixup()
|
/kernel/liteos_a/kernel/extended/plimit/ |
H A D | los_devicelimit.c | 202 ProcDevLimit *devParentLimit, INT32 filetype) in DealItemAllAccess() 204 switch (filetype) { in DealItemAllAccess() 420 STATIC UINT32 DevLimitUpdateAccess(ProcLimitSet *procLimitSet, const CHAR *buf, INT32 filetype) in DevLimitUpdateAccess() argument 436 ret = DealItemAllAccess(procLimitSet, devLimit, devParentLimit, filetype); in DevLimitUpdateAccess() 440 switch (filetype) { in DevLimitUpdateAccess() 201 DealItemAllAccess(ProcLimitSet *procLimitSet, ProcDevLimit *devLimit, ProcDevLimit *devParentLimit, INT32 filetype) DealItemAllAccess() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_types.h | 71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_types.h | 71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_sf.c | 67 * offset behind the entry name. If the entry stores a filetype value, then it 130 * The file type field is stored at the end of the name for filetype enabled 192 * if there is a filetype field, add the extra byte to the namelen in xfs_dir2_block_sfsize() 487 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_easy() 577 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_hard() 724 uint8_t filetype; in xfs_dir2_sf_verify() local 784 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_verify() 785 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir2_sf_verify() 892 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 902 args->filetype in xfs_dir2_sf_lookup() [all...] |
H A D | xfs_dir2.c | 25 * Convert inode mode to directory entry filetype 270 args->filetype = name->type; in xfs_dir_createname() 366 args->filetype = name->type; in xfs_dir_lookup() 438 args->filetype = name->type; in xfs_dir_removename() 499 args->filetype = name->type; in xfs_dir_replace()
|
H A D | xfs_da_btree.h | 59 uint8_t filetype; /* filetype of inode for directories */ member
|
H A D | xfs_dir2.h | 27 * Convert inode mode to directory entry filetype 246 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_sf.c | 67 * offset behind the entry name. If the entry stores a filetype value, then it 130 * The file type field is stored at the end of the name for filetype enabled 192 * if there is a filetype field, add the extra byte to the namelen in xfs_dir2_block_sfsize() 487 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_easy() 577 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_hard() 724 uint8_t filetype; in xfs_dir2_sf_verify() local 784 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_verify() 785 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir2_sf_verify() 889 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 899 args->filetype in xfs_dir2_sf_lookup() [all...] |
H A D | xfs_dir2.c | 29 * Convert inode mode to directory entry filetype 283 args->filetype = name->type; in xfs_dir_createname() 379 args->filetype = name->type; in xfs_dir_lookup() 451 args->filetype = name->type; in xfs_dir_removename() 512 args->filetype = name->type; in xfs_dir_replace()
|
H A D | xfs_da_btree.h | 59 uint8_t filetype; /* filetype of inode for directories */ member
|
/kernel/linux/linux-5.10/usr/ |
H A D | gen_initramfs.sh | 43 filetype() { function 84 # <filetype> <name> <path to file> <octal mode> <uid> <gid> 94 local ftype=$(filetype "${location}")
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_hw.h | 366 algo, depth, filetype) \ 375 (((filetype) & QAT_COMPRESSION_FILE_TYPE_MASK) << \
|
/kernel/linux/linux-6.6/usr/ |
H A D | gen_initramfs.sh | 44 filetype() { function 85 # <filetype> <name> <path to file> <octal mode> <uid> <gid> 95 local ftype=$(filetype "${location}")
|
/kernel/linux/linux-5.10/security/ |
H A D | device_cgroup.c | 610 int filetype, char *buffer) in devcgroup_update_access() 628 switch (filetype) { in devcgroup_update_access() 742 switch (filetype) { in devcgroup_update_access() 609 devcgroup_update_access(struct dev_cgroup *devcgroup, int filetype, char *buffer) devcgroup_update_access() argument
|
/kernel/linux/linux-6.6/security/ |
H A D | device_cgroup.c | 611 int filetype, char *buffer) in devcgroup_update_access() 629 switch (filetype) { in devcgroup_update_access() 743 switch (filetype) { in devcgroup_update_access() 610 devcgroup_update_access(struct dev_cgroup *devcgroup, int filetype, char *buffer) devcgroup_update_access() argument
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | cs35l56_hda.c | 388 const char *filetype) in cs35l56_hda_request_firmware_file() 396 system_name, amp_name, filetype); in cs35l56_hda_request_firmware_file() 400 system_name, filetype); in cs35l56_hda_request_firmware_file() 404 filetype); in cs35l56_hda_request_firmware_file() 384 cs35l56_hda_request_firmware_file(struct cs35l56_hda *cs35l56, const struct firmware **firmware, char **filename, const char *dir, const char *system_name, const char *amp_name, const char *filetype) cs35l56_hda_request_firmware_file() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | Makefile | 255 $(LLC) -mattr=dwarfris -march=bpf -mcpu=v3 $4 -filetype=obj -o $2 262 $(LLC) -march=bpf -mcpu=v2 $4 -filetype=obj -o $2 269 $(LLC) -march=bpf -mcpu=v3 $4 -filetype=obj -o $2
|