Searched refs:ATTR_REPARSE (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/cifs/ |
| A 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()
|
| A D | link.c | 645 if (cifsi->cifsAttrs & ATTR_REPARSE) in cifs_get_link()
|
| A D | smb1ops.c | 561 if (!rc && (le32_to_cpu(data->Attributes) & ATTR_REPARSE)) { in cifs_query_path_info()
|
| A D | cifspdu.h | 310 #define ATTR_REPARSE 0x0400 macro
|
| A D | inode.c | 969 if ((le32_to_cpu(data->Attributes) & ATTR_REPARSE) &&
|
| /linux/fs/ntfs3/ |
| A 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()
|
| A 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()
|
| A D | ntfs.h | 123 ATTR_REPARSE = cpu_to_le32(0xC0), enumerator
|
| A D | super.c | 1169 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
|
| A D | fslog.c | 2769 case ATTR_REPARSE: in check_attr()
|
Completed in 49 milliseconds