Home
last modified time | relevance | path

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

12

/linux/fs/
H A Dfs_dirent.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.c225 * filetype suffix to the name, check the filetype and append. in adfs_object_fixup()
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()
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/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:
H A Dxdrgen2 # 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_dirent.h74 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
/linux/fs/xfs/libxfs/
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()
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()
/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/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py23 ap.add_argument('--file', type=argparse.FileType('r'), default=sys.stdin)
/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/Documentation/devicetree/bindings/display/bridge/
H A Dti,sn65dsi86.yaml14 https://www.ti.com/general/docs/lit/getliterature.tsp?genericPartNumber=sn65dsi86&fileType=pdf

12