Searched refs:filetype (Results 1 – 16 of 16) sorted by relevance
| /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 | 228 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local 230 if (filetype != ADFS_FILETYPE_NONE) { in adfs_object_fixup() 232 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8); in adfs_object_fixup() 233 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4); in adfs_object_fixup() 234 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0); in adfs_object_fixup()
|
| /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/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 351 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 D | xfs_dir2.h | 275 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
|
| /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/sound/soc/codecs/ |
| H A D | wm_adsp.c | 724 const char *filetype) in wm_adsp_request_firmware_file() argument 739 asoc_component_prefix, filetype); in wm_adsp_request_firmware_file() 743 filetype); in wm_adsp_request_firmware_file() 746 wm_adsp_fw[dsp->fw].file, filetype); in wm_adsp_request_firmware_file()
|
| /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 | 686 rd->args.filetype = name->type; in xrep_dir_init_args()
|