Searched refs:reparse_tag (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | inode.c | 658 bool symlink, u32 reparse_tag) 686 if (reparse_tag == IO_REPARSE_TAG_LX_SYMLINK) { 689 } else if (reparse_tag == IO_REPARSE_TAG_LX_FIFO) { 692 } else if (reparse_tag == IO_REPARSE_TAG_AF_UNIX) { 695 } else if (reparse_tag == IO_REPARSE_TAG_LX_CHR) { 698 } else if (reparse_tag == IO_REPARSE_TAG_LX_BLK) { 933 __u32 reparse_tag = 0; local 975 full_path, &reparse_tag); 976 cifs_dbg(FYI, "reparse tag 0x%x\n", reparse_tag); 979 is_reparse_point, reparse_tag); 656 cifs_all_info_to_fattr(struct cifs_fattr *fattr, FILE_ALL_INFO *info, struct super_block *sb, bool adjust_tz, bool symlink, u32 reparse_tag) global() argument [all...] |
H A D | smb2proto.h | 82 __u32 *reparse_tag);
|
H A D | smb2pdu.h | 1760 u32 reparse_tag; member
|
H A D | cifsglob.h | 307 __u32 *reparse_tag);
|
H A D | smb2pdu.c | 1971 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt() 1990 cifs_dbg(FYI, "nlink=%d mode=%o reparse_tag=%x\n", in parse_posix_ctxt() 1991 posix->nlink, posix->mode, posix->reparse_tag); in parse_posix_ctxt()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.h | 364 u32 reparse_tag; member
|
H A D | smb2proto.h | 58 __u32 *reparse_tag);
|
H A D | readdir.c | 71 CIFS_I(inode)->reparse_tag == fattr->cf_cifstag && in reparse_inode_match()
|
H A D | cifsglob.h | 1566 __u32 reparse_tag; member
|
H A D | smb2pdu.c | 2269 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt() 2288 cifs_dbg(FYI, "nlink=%d mode=%o reparse_tag=%x\n", in parse_posix_ctxt() 2289 posix->nlink, posix->mode, posix->reparse_tag); in parse_posix_ctxt()
|
H A D | inode.c | 186 cifs_i->reparse_tag = fattr->cf_cifstag; in cifs_fattr_to_inode()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb2pdu.h | 113 __le32 reparse_tag; member
|
H A D | oplock.c | 1718 * DataLength = nlink(4) + reparse_tag(4) + mode(4) + in create_posix_rsp_buf() 1744 buf->reparse_tag = cpu_to_le32(fp->volatile_id); in create_posix_rsp_buf()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | layout.h | 2072 * COLLATION_NTOFS_ULONGS. FIXME: Verify whether the reparse_tag is not the 2076 le32 reparse_tag; /* Reparse point type (inc. flags). */ member 2340 le32 reparse_tag; /* Reparse point type (inc. flags). */ member 2343 u8 reparse_data[0]; /* Meaning depends on reparse_tag. */
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | layout.h | 2072 * COLLATION_NTOFS_ULONGS. FIXME: Verify whether the reparse_tag is not the 2076 le32 reparse_tag; /* Reparse point type (inc. flags). */ member 2340 le32 reparse_tag; /* Reparse point type (inc. flags). */ member 2343 u8 reparse_data[0]; /* Meaning depends on reparse_tag. */
|
Completed in 47 milliseconds