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/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/subcmds/
H A Dlint.py2 # ex: set filetype=python:
H A Ddeclarations.py2 # ex: set filetype=python:
H A Ddefinitions.py2 # ex: set filetype=python:
H A Dsource.py2 # ex: set filetype=python:
/linux/fs/udf/
H A Dinode.c1512 if (fe->icbTag.fileType != ICBTAG_FILE_TYPE_DIRECTORY && in udf_read_inode()
1515 else if (fe->icbTag.fileType == ICBTAG_FILE_TYPE_DIRECTORY && in udf_read_inode()
1606 switch (fe->icbTag.fileType) { in udf_read_inode()
1651 inode->i_ino, fe->icbTag.fileType); in udf_read_inode()
1918 fe->icbTag.fileType = ICBTAG_FILE_TYPE_USE; in udf_write_inode()
1920 fe->icbTag.fileType = ICBTAG_FILE_TYPE_DIRECTORY; in udf_write_inode()
1922 fe->icbTag.fileType = ICBTAG_FILE_TYPE_REGULAR; in udf_write_inode()
1924 fe->icbTag.fileType = ICBTAG_FILE_TYPE_SYMLINK; in udf_write_inode()
1926 fe->icbTag.fileType = ICBTAG_FILE_TYPE_BLOCK; in udf_write_inode()
1928 fe->icbTag.fileType = ICBTAG_FILE_TYPE_CHAR; in udf_write_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_da_btree.h69 uint8_t filetype; /* filetype of inode for directories */ member
/linux/tools/net/sunrpc/xdrgen/
H A Dxdrgen2 # ex: set filetype=python:
H A Dxdr_parse.py2 # ex: set filetype=python:
/linux/fs/adfs/
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/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 Dcs35l56_hda.c419 const char *filetype) in cs35l56_hda_request_firmware_file() argument
426 system_name, amp_name, filetype); in cs35l56_hda_request_firmware_file()
429 system_name, filetype); in cs35l56_hda_request_firmware_file()
431 *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
177 ssid, spkid, amp_name, filetype); in cs35l41_request_firmware_file()
181 ssid, spkid, filetype); in cs35l41_request_firmware_file()
185 ssid, amp_name, filetype); in cs35l41_request_firmware_file()
189 ssid, filetype); in cs35l41_request_firmware_file()
193 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