NFS_CAP_SECURITY_LABEL
if (server->caps & NFS_CAP_SECURITY_LABEL)
if (server->caps & NFS_CAP_SECURITY_LABEL &&
server->caps &= ~NFS_CAP_SECURITY_LABEL;
if (!(server->caps & NFS_CAP_SECURITY_LABEL))
if (nfs_server_capable(&nfsi->vfs_inode, NFS_CAP_SECURITY_LABEL))
if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0)
NFS_CAP_SECURITY_LABEL | NFS_CAP_FS_LOCATIONS |
server->caps |= NFS_CAP_SECURITY_LABEL;
if (!(server->caps & NFS_CAP_SECURITY_LABEL))
if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))