| /linux/fs/ |
| H A D | fs_dirent.c | 37 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 D | test.x | 19 union filetype switch (filekind kind) { 33 filetype type; /* info about file */
|
| /linux/fs/adfs/ |
| H A D | dir.c | 227 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 D | xfs_dir2_sf.c | 482 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 D | xfs_dir2.c | 351 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 D | xfs_dir2.h | 275 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
|
| H A D | xfs_metadir.c | 117 if (xname->type != XFS_DIR3_FT_UNKNOWN && xname->type != args.filetype) { in xfs_metadir_lookup()
|
| /linux/Documentation/filesystems/ |
| H A D | adfs.rst | 66 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 D | gen_initramfs.sh | 44 filetype() { function 85 # <filetype> <name> <path to file> <octal mode> <uid> <gid> 95 local ftype=$(filetype "${location}")
|
| /linux/include/linux/ |
| H A D | fs_dirent.h | 74 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_hw.h | 376 algo, depth, filetype) \ argument 385 (((filetype) & QAT_COMPRESSION_FILE_TYPE_MASK) << \
|
| /linux/security/ |
| H A D | device_cgroup.c | 605 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 D | cs35l41_hda.c | 167 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 D | Makefile | 247 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
|
| /linux/samples/bpf/ |
| H A D | Makefile | 389 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | directory.rst | 29 “filetype” feature flag is not set, in which case it uses
|
| /linux/fs/xfs/scrub/ |
| H A D | dir_repair.c | 682 rd->args.filetype = name->type; in xrep_dir_init_args()
|