Home
last modified time | relevance | path

Searched refs:ATTR_REPARSE (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dreaddir.c70 return (CIFS_I(inode)->cifsAttrs & ATTR_REPARSE) && in reparse_inode_match()
104 if ((fattr->cf_cifsattrs & ATTR_REPARSE) || in cifs_prime_dcache()
141 if (fattr->cf_cifsattrs & ATTR_REPARSE) { in cifs_prime_dcache()
190 if ((fattr->cf_cifsattrs & ATTR_REPARSE) && in cifs_fill_common_info()
318 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_fulldir_info_to_fattr()
H A Dsmb2inode.c44 if (ci->cifsAttrs & ATTR_REPARSE) in file_create_options()
H A Dcifsglob.h214 ret = data->reparse_point || (attrs & ATTR_REPARSE); in cifs_open_data_reparse()
216 attrs |= ATTR_REPARSE; in cifs_open_data_reparse()
H A Dsmb1ops.c579 if (!(le32_to_cpu(fi.Attributes) & ATTR_REPARSE)) in cifs_query_path_info()
H A Dcifspdu.h298 #define ATTR_REPARSE 0x0400 macro
/kernel/linux/linux-5.10/fs/cifs/
H A Dreaddir.c145 if (!(fattr->cf_cifsattrs & ATTR_REPARSE)) in reparse_file_needs_reval()
326 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_fulldir_info_to_fattr()
H A Dlink.c649 if (cifsi->cifsAttrs & ATTR_REPARSE) in cifs_get_link()
H A Dsmb1ops.c560 if (!rc && (le32_to_cpu(data->Attributes) & ATTR_REPARSE)) { in cifs_query_path_info()
H A Dcifspdu.h326 #define ATTR_REPARSE 0x0400 macro
H A Dinode.c972 if ((le32_to_cpu(data->Attributes) & ATTR_REPARSE) &&
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dinode.c332 case ATTR_REPARSE: in ntfs_read_mft()
1534 * Insert ATTR_REPARSE. in ntfs_create_inode()
1537 attr->type = ATTR_REPARSE; in ntfs_create_inode()
1934 attr = ni_find_attr(ni, NULL, NULL, ATTR_REPARSE, NULL, 0, NULL, NULL); in ntfs_readlink_hlp()
H A 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()
2170 * Remove ATTR_REPARSE.
2275 * and ATTR_REPARSE. in ni_decompress_file()
2283 if (attr->type == ATTR_REPARSE) { in ni_decompress_file()
2293 if (attr->type != ATTR_REPARSE && in ni_decompress_file()
2327 * Step 4: Remove ATTR_REPARSE. in ni_decompress_file()
2329 err = ni_remove_attr(ni, ATTR_REPARSE, NULL, 0, false, NULL); in ni_decompress_file()
H A Dntfs.h119 ATTR_REPARSE = cpu_to_le32(0xC0), enumerator
983 * ATTR_REPARSE (0xC0)
H A Dsuper.c1465 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
H A Dfslog.c2749 case ATTR_REPARSE: in check_attr()

Completed in 46 milliseconds