Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c104 char const * filetype = NULL; in auto_detect_format() local
492 char const * filetype) in open_read()
638 char const * filetype) in sox_open_read()
648 char const * filetype) in sox_open_mem_read()
655 char const * filetype, in sox_format_supports_encoding()
841 char const * filetype, in sox_write_handler()
883 char const * filetype, in open_write()
999 char const * filetype, in sox_open_write()
1011 char const * filetype, in sox_open_mem_write()
1022 char const * filetype, in sox_open_memstream_write()
H A Dtx16w.c52 char filetype[6]; /* = "LM8953", */ member
76 char filetype[7]; in startread() local
H A Dsox.c126 char const * filetype; member
360 char const * filetype = lsx_find_file_extension(ft->filename); in display_file_info() local
H A Dsox.h1525 …char * filetype; /**< Type of file, as determined by header inspection or libmagi… member
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_dir2_readdir.c33 uint8_t filetype) in xfs_dir3_get_dtype()
107 uint8_t filetype; in xfs_dir2_sf_getdents() local
182 uint8_t filetype; in xfs_dir2_block_getdents() local
383 uint8_t filetype; in xfs_dir2_leaf_getdents() local
/OK3568_Linux_fs/kernel/fs/
H A Dfs_types.c37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype()
/OK3568_Linux_fs/kernel/usr/
H A Dgen_initramfs.sh43 filetype() { function
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dgen_initramfs_list.sh62 filetype() { function
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dgen_initramfs_list.sh62 filetype() { function
/OK3568_Linux_fs/kernel/fs/adfs/
H A Ddir.c227 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_da_btree.h59 uint8_t filetype; /* filetype of inode for directories */ member
H A Dxfs_dir2_sf.c724 uint8_t filetype; in xfs_dir2_sf_verify() local
/OK3568_Linux_fs/kernel/security/
H A Ddevice_cgroup.c599 int filetype, char *buffer) in devcgroup_update_access()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Dnamei.c623 int filetype; in commitZeroLink() local
/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h194 __u8 filetype; member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4.h2754 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype()