Searched refs:ATTR_REPARSE (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.15/fs/ksmbd/ |
| D | smb_common.h | 72 #define ATTR_REPARSE 0x0400 macro 93 #define ATTR_REPARSE_POINT_LE cpu_to_le32(ATTR_REPARSE)
|
| D | smb2pdu.h | 488 #define ATTR_REPARSE_POINT_LE cpu_to_le32(ATTR_REPARSE)
|
| D | smb2pdu.c | 728 attr |= ATTR_REPARSE; in smb2_get_dos_mode()
|
| /Linux-v5.15/fs/cifs/ |
| D | readdir.c | 131 if (!(fattr->cf_cifsattrs & ATTR_REPARSE)) in reparse_file_needs_reval() 312 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_fulldir_info_to_fattr()
|
| D | link.c | 645 if (cifsi->cifsAttrs & ATTR_REPARSE) in cifs_get_link()
|
| D | smb1ops.c | 561 if (!rc && (le32_to_cpu(data->Attributes) & ATTR_REPARSE)) { in cifs_query_path_info()
|
| D | cifspdu.h | 310 #define ATTR_REPARSE 0x0400 macro
|
| D | inode.c | 969 if ((le32_to_cpu(data->Attributes) & ATTR_REPARSE) &&
|
| /Linux-v5.15/fs/ntfs3/ |
| D | frecord.c | 1523 } else if (attr->type == ATTR_REPARSE) { in ni_delete_all() 1753 if (!attr_load_runs_vcn(ni, ATTR_REPARSE, NULL, 0, &run, 0) && in ni_parse_reparse() 2216 if (attr->type == ATTR_REPARSE) { in ni_decompress_file() 2226 if (attr->type != ATTR_REPARSE && in ni_decompress_file() 2257 err = ni_remove_attr(ni, ATTR_REPARSE, NULL, 0, false, NULL); in ni_decompress_file()
|
| D | inode.c | 306 case ATTR_REPARSE: in ntfs_read_mft() 1478 attr->type = ATTR_REPARSE; in ntfs_create_inode() 1782 attr = ni_find_attr(ni, NULL, NULL, ATTR_REPARSE, NULL, 0, NULL, NULL); in ntfs_readlink_hlp()
|
| D | ntfs.h | 123 ATTR_REPARSE = cpu_to_le32(0xC0), enumerator
|
| D | super.c | 1169 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
|
| D | fslog.c | 2769 case ATTR_REPARSE: in check_attr()
|