Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 25 of 28) sorted by relevance

12

/linux/fs/xfs/
A Dxfs_dir2_readdir.c34 uint8_t filetype) in xfs_dir3_get_dtype() argument
39 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype()
42 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype()
106 uint8_t filetype; in xfs_dir2_sf_getdents() local
117 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_getdents()
126 xfs_dir3_get_dtype(mp, filetype))) in xfs_dir2_sf_getdents()
184 uint8_t filetype; in xfs_dir2_block_getdents() local
222 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents()
385 uint8_t filetype; in xfs_dir2_leaf_getdents() local
466 filetype = xfs_dir2_data_get_ftype(mp, dep); in xfs_dir2_leaf_getdents()
[all …]
/linux/fs/
A Dfs_types.c37 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()
/linux/tools/net/sunrpc/xdrgen/tests/
A Dtest.x19 union filetype switch (filekind kind) {
33 filetype type; /* info about file */
/linux/fs/adfs/
A Ddir.c227 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()
/linux/fs/xfs/libxfs/
A Dxfs_dir2_sf.c482 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_easy()
568 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_hard()
711 uint8_t filetype; in xfs_dir2_sf_verify() local
766 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_verify()
767 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir2_sf_verify()
868 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
878 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
896 args->filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_lookup()
1082 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_replace()
A Dxfs_da_btree.h69 uint8_t filetype; /* filetype of inode for directories */ member
A Dxfs_dir2.c351 args->filetype = name->type; in xfs_dir_createname()
446 args->filetype = name->type; in xfs_dir_lookup()
514 args->filetype = name->type; in xfs_dir_removename()
574 args->filetype = name->type; in xfs_dir_replace()
A Dxfs_dir2.h276 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
A Dxfs_dir2_block.c580 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_block_addname()
672 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_lookup()
902 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_block_replace()
A Dxfs_dir2_leaf.c922 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_addname()
1252 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_leaf_lookup()
1586 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_replace()
A Dxfs_dir2_node.c899 args->filetype = xfs_dir2_data_get_ftype(mp, dep); in xfs_dir2_leafn_lookup_for_entry()
1985 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_node_addname_int()
2222 ftype = args->filetype; in xfs_dir2_node_replace()
/linux/usr/
A Dgen_initramfs.sh44 filetype() { function
95 local ftype=$(filetype "${location}")
/linux/Documentation/filesystems/
A Dadfs.rst66 Owner read and filetype UnixExec -> ---x--x--x
72 Other read and filetype UnixExec -> ---x--x--x
77 not a UnixExec filetype, then the permissions will be::
/linux/include/linux/
A Dfs_types.h71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
/linux/drivers/crypto/intel/qat/qat_common/
A Dicp_qat_hw.h376 algo, depth, filetype) \ argument
385 (((filetype) & QAT_COMPRESSION_FILE_TYPE_MASK) << \
/linux/security/
A Ddevice_cgroup.c611 int filetype, char *buffer) in devcgroup_update_access() argument
629 switch (filetype) { in devcgroup_update_access()
743 switch (filetype) { in devcgroup_update_access()
/linux/sound/pci/hda/
A Dcs35l56_hda.c423 const char *filetype) in cs35l56_hda_request_firmware_file() argument
430 system_name, amp_name, filetype); in cs35l56_hda_request_firmware_file()
433 system_name, filetype); in cs35l56_hda_request_firmware_file()
435 *filename = kasprintf(GFP_KERNEL, "%s.%s", base_name, filetype); in cs35l56_hda_request_firmware_file()
A Dcs35l41_hda.c164 int spkid, const char *filetype) in cs35l41_request_firmware_file() argument
173 ssid, spkid, amp_name, filetype); in cs35l41_request_firmware_file()
177 ssid, spkid, filetype); in cs35l41_request_firmware_file()
181 ssid, amp_name, filetype); in cs35l41_request_firmware_file()
185 ssid, filetype); in cs35l41_request_firmware_file()
189 filetype); in cs35l41_request_firmware_file()
/linux/fs/jfs/
A Dnamei.c625 int filetype; in commitZeroLink() local
630 filetype = ip->i_mode & S_IFMT; in commitZeroLink()
631 switch (filetype) { in commitZeroLink()
642 assert(filetype != S_IFDIR); in commitZeroLink()
/linux/fs/xfs/scrub/
A Dreaddir.c319 .filetype = name->type, in xchk_dir_lookup()
/linux/samples/hid/
A DMakefile246 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux/sound/soc/codecs/
A Dwm_adsp.c734 const char *filetype) in wm_adsp_request_firmware_file() argument
749 asoc_component_prefix, filetype); in wm_adsp_request_firmware_file()
753 filetype); in wm_adsp_request_firmware_file()
756 wm_adsp_fw[dsp->fw].file, filetype); in wm_adsp_request_firmware_file()
/linux/fs/ext4/
A Dext4.h2143 EXT4_FEATURE_INCOMPAT_FUNCS(filetype, FILETYPE) in EXT4_FEATURE_COMPAT_FUNCS()
2854 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument
2856 if (!ext4_has_feature_filetype(sb) || filetype >= EXT4_FT_MAX) in get_dtype()
2859 return ext4_filetype_table[filetype]; in get_dtype()
/linux/samples/bpf/
A DMakefile413 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux/Documentation/filesystems/ext4/
A Ddirectory.rst29filetype” feature flag is not set, in which case it uses

Completed in 66 milliseconds

12