Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 17 of 17) 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/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.c351 args->filetype = name->type; in xfs_dir_createname()
445 args->filetype = name->type; in xfs_dir_lookup()
513 args->filetype = name->type; in xfs_dir_removename()
573 args->filetype = name->type; in xfs_dir_replace()
H A Dxfs_dir2.h275 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
H A Dxfs_metadir.c117 if (xname->type != XFS_DIR3_FT_UNKNOWN && xname->type != args.filetype) { in xfs_metadir_lookup()
/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/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.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/sound/hda/codecs/side-codecs/
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/samples/hid/
H A DMakefile247 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux/samples/bpf/
H A DMakefile389 $(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/fs/xfs/scrub/
H A Ddir_repair.c682 rd->args.filetype = name->type; in xrep_dir_init_args()