Home
last modified time | relevance | path

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

12

/linux/fs/xfs/
H 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
209 filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_getdents()
222 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents()
385 uint8_t filetype; in xfs_dir2_leaf_getdents()
384 uint8_t filetype; xfs_dir2_leaf_getdents() local
[all...]
/linux/fs/
H 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/fs/adfs/
H 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/
H 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()
H A Dxfs_dir2.c36 * Convert inode mode to directory entry filetype
346 args->filetype = name->type; in xfs_dir_cilookup_result()
441 args->filetype = name->type; in xfs_dir_removename()
509 args->filetype = name->type; in xfs_dir_replace()
569 args->filetype = name->type; in xfs_dir2_grow_inode()
H A Dxfs_da_btree.h69 uint8_t filetype; /* filetype of inode for directories */
59 uint8_t filetype; /* filetype of inode for directories */ global() member
H A Dxfs_dir2.h50 * Convert inode mode to directory entry filetype
276 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
H 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);
902 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype);
H A Dxfs_dir2_leaf.c922 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir3_leaf_compact()
1252 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_leaf_lookup_int()
1586 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_search_hash()
H 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/Documentation/filesystems/
H 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/usr/
H A Dgen_initramfs.sh44 filetype() { function
95 local ftype=$(filetype "${location}")
/linux/include/linux/
H A Dfs_types.h71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hw.h376 algo, depth, filetype) \ argument
385 (((filetype) & QAT_COMPRESSION_FILE_TYPE_MASK) << \
/linux/security/
H 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/
H A Dcs35l56_hda.c403 const char *filetype) in cs35l56_hda_request_firmware_file() argument
410 system_name, amp_name, filetype); in cs35l56_hda_request_firmware_file()
413 system_name, filetype); in cs35l56_hda_request_firmware_file()
415 *filename = kasprintf(GFP_KERNEL, "%s.%s", base_name, filetype); in cs35l56_hda_request_firmware_file()
H A Dcs35l41_hda.c175 int spkid, const char *filetype) in cs35l41_request_firmware_file() argument
184 ssid, spkid, amp_name, filetype); in cs35l41_request_firmware_file()
188 ssid, spkid, filetype); in cs35l41_request_firmware_file()
192 ssid, amp_name, filetype); in cs35l41_request_firmware_file()
196 ssid, filetype); in cs35l41_request_firmware_file()
200 filetype); in cs35l41_request_firmware_file()
/linux/fs/jfs/
H 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/
H A Dreaddir.c319 .filetype = name->type, in xchk_dir_lookup()
/linux/samples/hid/
H A DMakefile247 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux/sound/soc/codecs/
H A Dwm_adsp.c723 const char *filetype) in wm_adsp_request_firmware_file() argument
738 asoc_component_prefix, filetype); in wm_adsp_request_firmware_file()
742 filetype); in wm_adsp_request_firmware_file()
745 wm_adsp_fw[dsp->fw].file, filetype); in wm_adsp_request_firmware_file()
/linux/fs/ext4/
H A Dext4.h2143 EXT4_FEATURE_INCOMPAT_FUNCS(filetype, FILETYPE) in EXT4_FEATURE_COMPAT_FUNCS()
2842 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument
2844 if (!ext4_has_feature_filetype(sb) || filetype >= EXT4_FT_MAX) in get_dtype()
2847 return ext4_filetype_table[filetype]; in get_dtype()
/linux/samples/bpf/
H A DMakefile412 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst29filetype” feature flag is not set, in which case it uses
/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool1200 # ex: ts=4 sw=4 et filetype=sh

12