Searched refs:ATTR_REPARSE (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/fs/smb/client/ |
| D | readdir.c | 132 if (!(fattr->cf_cifsattrs & ATTR_REPARSE)) in reparse_file_needs_reval() 167 if ((fattr->cf_cifsattrs & ATTR_REPARSE) && in cifs_fill_common_info() 304 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_fulldir_info_to_fattr()
|
| D | smb1ops.c | 579 if (!(le32_to_cpu(fi.Attributes) & ATTR_REPARSE)) in cifs_query_path_info()
|
| D | cifsglob.h | 204 (le32_to_cpu((d)->fi.Attributes) & ATTR_REPARSE))
|
| D | cifspdu.h | 298 #define ATTR_REPARSE 0x0400 macro
|
| /Linux-v6.6/fs/ntfs3/ |
| D | frecord.c | 1583 } else if (attr->type == ATTR_REPARSE) { in ni_delete_all() 1816 if (!attr_load_runs_vcn(ni, ATTR_REPARSE, NULL, 0, &run, 0) && in ni_parse_reparse() 2283 if (attr->type == ATTR_REPARSE) { in ni_decompress_file() 2293 if (attr->type != ATTR_REPARSE && in ni_decompress_file() 2329 err = ni_remove_attr(ni, ATTR_REPARSE, NULL, 0, false, NULL); in ni_decompress_file()
|
| D | inode.c | 332 case ATTR_REPARSE: in ntfs_read_mft() 1520 attr->type = ATTR_REPARSE; in ntfs_create_inode() 1917 attr = ni_find_attr(ni, NULL, NULL, ATTR_REPARSE, NULL, 0, NULL, NULL); in ntfs_readlink_hlp()
|
| D | ntfs.h | 119 ATTR_REPARSE = cpu_to_le32(0xC0), enumerator
|
| D | super.c | 1454 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
|
| D | fslog.c | 2750 case ATTR_REPARSE: in check_attr()
|