Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dreaddir.c132 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()
Dsmb1ops.c579 if (!(le32_to_cpu(fi.Attributes) & ATTR_REPARSE)) in cifs_query_path_info()
Dcifsglob.h204 (le32_to_cpu((d)->fi.Attributes) & ATTR_REPARSE))
Dcifspdu.h298 #define ATTR_REPARSE 0x0400 macro
/Linux-v6.6/fs/ntfs3/
Dfrecord.c1583 } 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()
Dinode.c332 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()
Dntfs.h119 ATTR_REPARSE = cpu_to_le32(0xC0), enumerator
Dsuper.c1454 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
Dfslog.c2750 case ATTR_REPARSE: in check_attr()