| /linux/fs/ |
| H A D | fs_types.c | 21 * @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 D | dir.c | 224 * 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 D | adfs.h | 14 /* 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 D | super.c | 394 * ,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 D | test.x | 19 union filetype switch (filekind kind) { 33 filetype type; /* info about file */
|
| /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/fs/xfs/libxfs/ |
| H A D | xfs_dir2_sf.c | 67 * 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 D | xfs_dir2.h | 50 * Convert inode mode to directory entry filetype 275 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
|
| H A D | xfs_dir2.c | 41 * 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 D | gen_initramfs.sh | 44 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 D | constant.py | 2 # ex: set filetype=python:
|
| H A D | source_top.py | 2 # ex: set filetype=python:
|
| H A D | header_bottom.py | 2 # ex: set filetype=python:
|
| H A D | header_top.py | 2 # ex: set filetype=python:
|
| H A D | program.py | 2 # ex: set filetype=python:
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdr_parse.py | 2 # ex: set filetype=python:
|
| /linux/tools/net/sunrpc/xdrgen/subcmds/ |
| H A D | lint.py | 2 # ex: set filetype=python:
|
| H A D | declarations.py | 2 # ex: set filetype=python:
|
| /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/fs/udf/ |
| H A D | inode.c | 1506 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 D | fs_types.h | 71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
|
| /linux/security/ |
| H A D | device_cgroup.c | 611 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 D | cs35l56_hda.c | 414 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 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/tools/perf/tests/shell/lib/ |
| H A D | perf_json_output_lint.py | 23 ap.add_argument('--file', type=argparse.FileType('r'), default=sys.stdin)
|