Home
last modified time | relevance | path

Searched defs:filetype (Results 1 – 8 of 8) sorted by relevance

/linux/fs/
H A Dfs_dirent.c37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype()
/linux/usr/
H A Dgen_initramfs.sh44 filetype() { function
/linux/security/
H A Ddevice_cgroup.c605 int filetype, char *buffer) in devcgroup_update_access()
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h69 uint8_t filetype; /* filetype of inode for directories */ member
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l56_hda.c410 cs35l56_hda_request_firmware_file(struct cs35l56_hda * cs35l56,const struct firmware ** firmware,char ** filename,const char * base_name,const char * system_name,const char * amp_name,const char * filetype) cs35l56_hda_request_firmware_file() argument
H A Dcs35l41_hda.c167 int spkid, const char *filetype) in cs35l41_request_firmware_file() argument
/linux/sound/soc/codecs/
H A Dwm_adsp.c724 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/fs/ext4/
H A Dext4.h2920 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype()