Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifs_ioctl.h17 __u32 share_flags; member
H A Dioctl.c155 fsinf->share_flags = tcon->share_flags; in smb_mnt_get_fsinfo()
H A Dcifsglob.h1267 __u32 share_flags; member
2181 tcon->share_flags & (SHI1005_FLAGS_DFS | SHI1005_FLAGS_DFS_ROOT); in is_tcon_dfs()
H A Dsmb2pdu.c78 (tcon->share_flags & SHI1005_FLAGS_ENCRYPT_DATA)) in smb3_encryption_required()
2137 tcon->share_flags = le32_to_cpu(rsp->ShareFlags); in SMB2_tcon()
2144 ((tcon->share_flags & SHI1005_FLAGS_DFS) == 0)) in SMB2_tcon()
2155 if (tcon->share_flags & SMB2_SHAREFLAG_ISOLATED_TRANSPORT) in SMB2_tcon()
2888 if (tcon->share_flags & SHI1005_FLAGS_DFS) { in smb311_posix_mkdir()
3042 if (tcon->share_flags & SHI1005_FLAGS_DFS) { in SMB2_open_init()
H A Dcifs_debug.c113 (tcon->share_flags & SHI1005_FLAGS_ENCRYPT_DATA)) in cifs_debug_tcon()
H A Dconnect.c2764 if (tcon->share_flags & SMB2_SHAREFLAG_NO_CACHING) { in cifs_get_tcon()
H A Dsmb2ops.c1331 seq_printf(m, "\tShare Flags: 0x%x", tcon->share_flags); in smb2_dump_share_caps()