Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_dirent.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/
H A Dtest.x19 union filetype switch (filekind kind) {
33 filetype type; /* info about file */
/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
85 # <filetype> <name> <path to file> <octal mode> <uid> <gid>
95 local ftype=$(filetype "${location}")
/linux/include/linux/
H A Dfs_dirent.h74 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
/linux/security/
H A Ddevice_cgroup.c605 int filetype, char *buffer) in devcgroup_update_access() argument
623 switch (filetype) { in devcgroup_update_access()
737 switch (filetype) { in devcgroup_update_access()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c351 args->filetype = name->type; in xfs_dir_createname()
444 args->filetype = name->type; in xfs_dir_lookup()
512 args->filetype = name->type; in xfs_dir_removename()
572 args->filetype = name->type; in xfs_dir_replace()
H A Dxfs_da_btree.h69 uint8_t filetype; /* filetype of inode for directories */ member
H A Dxfs_dir2.h275 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l56_hda.c419 const char *filetype) in cs35l56_hda_request_firmware_file() argument
426 system_name, amp_name, filetype); in cs35l56_hda_request_firmware_file()
429 system_name, filetype); in cs35l56_hda_request_firmware_file()
431 *filename = kasprintf(GFP_KERNEL, "%s.%s", base_name, filetype); in cs35l56_hda_request_firmware_file()
H A Dcs35l41_hda.c167 int spkid, const char *filetype) in cs35l41_request_firmware_file() argument
176 ssid, spkid, amp_name, filetype); in cs35l41_request_firmware_file()
180 ssid, spkid, filetype); in cs35l41_request_firmware_file()
184 ssid, amp_name, filetype); in cs35l41_request_firmware_file()
188 ssid, filetype); in cs35l41_request_firmware_file()
192 filetype); in cs35l41_request_firmware_file()
/linux/fs/jfs/
H A Dnamei.c626 int filetype; in commitZeroLink() local
631 filetype = ip->i_mode & S_IFMT; in commitZeroLink()
632 switch (filetype) { in commitZeroLink()
643 assert(filetype != S_IFDIR); in commitZeroLink()
/linux/samples/hid/
H A DMakefile247 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux/sound/soc/codecs/
H A Dwm_adsp.c746 const char *filetype) in wm_adsp_request_firmware_file()
761 asoc_component_prefix, filetype); in wm_adsp_request_firmware_file()
765 filetype); in wm_adsp_request_firmware_file()
768 wm_adsp_fw[dsp->fw].file, filetype); in wm_adsp_request_firmware_file()
724 wm_adsp_request_firmware_file(struct wm_adsp * dsp,const struct firmware ** firmware,char ** filename,const char * dir,const char * system_name,const char * asoc_component_prefix,const char * filetype) wm_adsp_request_firmware_file() argument
/linux/samples/bpf/
H A DMakefile389 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux/fs/ext4/
H A Dext4.h2210 EXT4_FEATURE_INCOMPAT_FUNCS(filetype, FILETYPE) in EXT4_FEATURE_COMPAT_FUNCS()
2920 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument
2922 if (!ext4_has_feature_filetype(sb) || filetype >= EXT4_FT_MAX) in get_dtype()
2925 return ext4_filetype_table[filetype]; in get_dtype()
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst29filetype” feature flag is not set, in which case it uses
/linux/fs/xfs/scrub/
H A Ddir_repair.c686 rd->args.filetype = name->type; in xrep_dir_init_args()