Home
last modified time | relevance | path

Searched full:filetype (Results 1 – 25 of 44) sorted by relevance

12

/linux/fs/
H A Dfs_types.c21 * @filetype: The on-disk file type to convert.
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/fs/adfs/
H A Ddir.c224 * filetype suffix to the name, check the filetype and append. in adfs_object_fixup()
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()
H A Dadfs.h14 /* RISC OS 12-bit filetype is stored in load_address[19:8] */
72 int s_ftsuffix; /* ,xyz hex filetype suffix option */
113 #define ADFS_MAX_NAME_LEN (256 + 4) /* +4 for ,xyz hex filetype suffix */
H A Dsuper.c394 * ,xyz hex filetype suffix may be added by driver in adfs_fill_super()
395 * to files that have valid RISC OS filetype in adfs_fill_super()
/linux/tools/net/sunrpc/xdrgen/tests/
H A Dtest.x19 union filetype switch (filekind kind) {
33 filetype type; /* info about file */
/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/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c67 * offset behind the entry name. If the entry stores a filetype value, then it
130 * The file type field is stored at the end of the name for filetype enabled
192 * if there is a filetype field, add the extra byte to the namelen in xfs_dir2_block_sfsize()
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()
[all …]
H A Dxfs_dir2.h50 * Convert inode mode to directory entry filetype
275 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
H A Dxfs_dir2.c41 * Convert inode mode to directory entry filetype
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()
/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/tools/net/sunrpc/xdrgen/generators/
H A Dconstant.py2 # ex: set filetype=python:
H A Dsource_top.py2 # ex: set filetype=python:
H A Dheader_bottom.py2 # ex: set filetype=python:
H A Dheader_top.py2 # ex: set filetype=python:
H A Dprogram.py2 # ex: set filetype=python:
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_parse.py2 # ex: set filetype=python:
/linux/tools/net/sunrpc/xdrgen/subcmds/
H A Dlint.py2 # ex: set filetype=python:
H A Ddeclarations.py2 # ex: set filetype=python:
/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/fs/udf/
H A Dinode.c1506 if (fe->icbTag.fileType != ICBTAG_FILE_TYPE_DIRECTORY && in udf_read_inode()
1509 else if (fe->icbTag.fileType == ICBTAG_FILE_TYPE_DIRECTORY && in udf_read_inode()
1600 switch (fe->icbTag.fileType) { in udf_read_inode()
1645 inode->i_ino, fe->icbTag.fileType); in udf_read_inode()
1899 fe->icbTag.fileType = ICBTAG_FILE_TYPE_USE; in udf_update_inode()
1901 fe->icbTag.fileType = ICBTAG_FILE_TYPE_DIRECTORY; in udf_update_inode()
1903 fe->icbTag.fileType = ICBTAG_FILE_TYPE_REGULAR; in udf_update_inode()
1905 fe->icbTag.fileType = ICBTAG_FILE_TYPE_SYMLINK; in udf_update_inode()
1907 fe->icbTag.fileType = ICBTAG_FILE_TYPE_BLOCK; in udf_update_inode()
1909 fe->icbTag.fileType = ICBTAG_FILE_TYPE_CHAR; in udf_update_inode()
[all …]
/linux/include/linux/
H A Dfs_types.h71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
/linux/security/
H A Ddevice_cgroup.c611 int filetype, char *buffer) in devcgroup_update_access() argument
629 switch (filetype) { in devcgroup_update_access()
743 switch (filetype) { in devcgroup_update_access()
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l56_hda.c414 const char *filetype) in cs35l56_hda_request_firmware_file() argument
421 system_name, amp_name, filetype); in cs35l56_hda_request_firmware_file()
424 system_name, filetype); in cs35l56_hda_request_firmware_file()
426 *filename = kasprintf(GFP_KERNEL, "%s.%s", base_name, filetype); in cs35l56_hda_request_firmware_file()
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/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py23 ap.add_argument('--file', type=argparse.FileType('r'), default=sys.stdin)

12