Home
last modified time | relevance | path

Searched refs:reparse_tag (Results 1 – 7 of 7) sorted by relevance

/linux/fs/smb/client/
H A Dreparse.h93 if (cinode->reparse_tag != IO_REPARSE_TAG_INTERNAL && in reparse_inode_match()
94 cinode->reparse_tag != fattr->cf_cifstag) in reparse_inode_match()
H A Dsmb2pdu.h365 u32 reparse_tag; member
H A Dsmb2proto.h56 __u32 *reparse_tag);
H A Dcifsglob.h1612 __u32 reparse_tag; member
H A Dsmb2pdu.c2303 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt()
2322 cifs_dbg(FYI, "nlink=%d mode=%o reparse_tag=%x\n", in parse_posix_ctxt()
2323 posix->nlink, posix->mode, posix->reparse_tag); in parse_posix_ctxt()
H A Dinode.c202 cifs_i->reparse_tag = fattr->cf_cifstag; in cifs_fattr_to_inode()
/linux/fs/smb/server/
H A Doplock.c1701 * DataLength = nlink(4) + reparse_tag(4) + mode(4) + in create_posix_rsp_buf()
1727 buf->reparse_tag = cpu_to_le32(fp->volatile_id); in create_posix_rsp_buf()