Searched refs:ATTR_REPARSE (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/fs/ntfs3/ |
D | frecord.c | 1571 } else if (attr->type == ATTR_REPARSE) { in ni_delete_all() 1802 if (!attr_load_runs_vcn(ni, ATTR_REPARSE, NULL, 0, &run, 0) && in ni_parse_reparse() 2269 if (attr->type == ATTR_REPARSE) { in ni_decompress_file() 2279 if (attr->type != ATTR_REPARSE && in ni_decompress_file() 2310 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() 1477 attr->type = ATTR_REPARSE; in ntfs_create_inode() 1769 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 | 1181 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
|
D | fslog.c | 2767 case ATTR_REPARSE: in check_attr()
|
/Linux-v6.1/fs/cifs/ |
D | readdir.c | 132 if (!(fattr->cf_cifsattrs & ATTR_REPARSE)) in reparse_file_needs_reval() 313 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_fulldir_info_to_fattr()
|
D | smb1ops.c | 570 if (!rc && (le32_to_cpu(fi.Attributes) & ATTR_REPARSE)) { in cifs_query_path_info()
|
D | cifspdu.h | 298 #define ATTR_REPARSE 0x0400 macro
|
D | inode.c | 1016 } else if ((le32_to_cpu(data->fi.Attributes) & ATTR_REPARSE) &&
|