Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb_common.h72 #define ATTR_REPARSE 0x0400 macro
93 #define ATTR_REPARSE_POINT_LE cpu_to_le32(ATTR_REPARSE)
Dsmb2pdu.h488 #define ATTR_REPARSE_POINT_LE cpu_to_le32(ATTR_REPARSE)
Dsmb2pdu.c728 attr |= ATTR_REPARSE; in smb2_get_dos_mode()
/Linux-v5.15/fs/cifs/
Dreaddir.c131 if (!(fattr->cf_cifsattrs & ATTR_REPARSE)) in reparse_file_needs_reval()
312 if (fattr->cf_cifsattrs & ATTR_REPARSE) in cifs_fulldir_info_to_fattr()
Dlink.c645 if (cifsi->cifsAttrs & ATTR_REPARSE) in cifs_get_link()
Dsmb1ops.c561 if (!rc && (le32_to_cpu(data->Attributes) & ATTR_REPARSE)) { in cifs_query_path_info()
Dcifspdu.h310 #define ATTR_REPARSE 0x0400 macro
Dinode.c969 if ((le32_to_cpu(data->Attributes) & ATTR_REPARSE) &&
/Linux-v5.15/fs/ntfs3/
Dfrecord.c1523 } else if (attr->type == ATTR_REPARSE) { in ni_delete_all()
1753 if (!attr_load_runs_vcn(ni, ATTR_REPARSE, NULL, 0, &run, 0) && in ni_parse_reparse()
2216 if (attr->type == ATTR_REPARSE) { in ni_decompress_file()
2226 if (attr->type != ATTR_REPARSE && in ni_decompress_file()
2257 err = ni_remove_attr(ni, ATTR_REPARSE, NULL, 0, false, NULL); in ni_decompress_file()
Dinode.c306 case ATTR_REPARSE: in ntfs_read_mft()
1478 attr->type = ATTR_REPARSE; in ntfs_create_inode()
1782 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.c1169 if (t->type == ATTR_REPARSE) in ntfs_fill_super()
Dfslog.c2769 case ATTR_REPARSE: in check_attr()