Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dreparse.h96 return (cinode->cifsAttrs & ATTR_REPARSE) && in reparse_inode_match()
110 attrs |= ATTR_REPARSE; in cifs_open_data_reparse()
119 attrs |= ATTR_REPARSE; in cifs_open_data_reparse()
124 ret = attrs & ATTR_REPARSE; in cifs_open_data_reparse()
H A Dreaddir.c100 } else if (fattr->cf_cifsattrs & ATTR_REPARSE) { in cifs_prime_dcache()
140 if (fattr->cf_cifsattrs & ATTR_REPARSE) { in cifs_prime_dcache()
192 if ((fattr->cf_cifsattrs & ATTR_REPARSE) && in cifs_fill_common_info()
260 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_posix_to_fattr()
318 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_fulldir_info_to_fattr()
H A Dsmb1ops.c648 data->reparse_point = le32_to_cpu(fi.Attributes) & ATTR_REPARSE; in cifs_query_path_info()
H A Dsmb2inode.c53 if (ci->cifsAttrs & ATTR_REPARSE) in file_create_options()
H A Dcifspdu.h338 #define ATTR_REPARSE 0x0400 macro
/linux-6.15/fs/ntfs3/
H A Dfrecord.c1533 } else if (attr->type == ATTR_REPARSE) { in ni_delete_all()
1768 if (!attr_load_runs_vcn(ni, ATTR_REPARSE, NULL, 0, &run, 0) && in ni_parse_reparse()
2222 if (attr->type == ATTR_REPARSE) { in ni_decompress_file()
2232 if (attr->type != ATTR_REPARSE && in ni_decompress_file()
2268 err = ni_remove_attr(ni, ATTR_REPARSE, NULL, 0, false, NULL); in ni_decompress_file()
H A Dinode.c335 case ATTR_REPARSE: in ntfs_read_mft()
1478 attr->type = ATTR_REPARSE; in ntfs_create_inode()
1890 attr = ni_find_attr(ni, NULL, NULL, ATTR_REPARSE, NULL, 0, NULL, NULL); in ntfs_readlink_hlp()
H A Dntfs.h116 ATTR_REPARSE = cpu_to_le32(0xC0), enumerator
H A Dsuper.c1504 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
H A Dfslog.c2769 case ATTR_REPARSE: in check_attr()