Home
last modified time | relevance | path

Searched refs:ATTR_REPARSE (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/fs/ntfs3/
Dfrecord.c1571 } 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()
Dinode.c306 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()
Dntfs.h123 ATTR_REPARSE = cpu_to_le32(0xC0), enumerator
Dsuper.c1181 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
Dfslog.c2767 case ATTR_REPARSE: in check_attr()
/Linux-v6.1/fs/cifs/
Dreaddir.c132 if (!(fattr->cf_cifsattrs & ATTR_REPARSE)) in reparse_file_needs_reval()
313 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_fulldir_info_to_fattr()
Dsmb1ops.c570 if (!rc && (le32_to_cpu(fi.Attributes) & ATTR_REPARSE)) { in cifs_query_path_info()
Dcifspdu.h298 #define ATTR_REPARSE 0x0400 macro
Dinode.c1016 } else if ((le32_to_cpu(data->fi.Attributes) & ATTR_REPARSE) &&