Home
last modified time | relevance | path

Searched refs:NFS_CAP_SECURITY_LABEL (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/nfs/
Dgetroot.c130 if (server->caps & NFS_CAP_SECURITY_LABEL) in nfs_get_root()
150 if (server->caps & NFS_CAP_SECURITY_LABEL && in nfs_get_root()
152 server->caps &= ~NFS_CAP_SECURITY_LABEL; in nfs_get_root()
Dinternal.h355 if (nfs_server_capable(&nfsi->vfs_inode, NFS_CAP_SECURITY_LABEL)) in nfs_zap_label_cache_locked()
Dsuper.c1264 if (server->caps & NFS_CAP_SECURITY_LABEL) in nfs_get_tree_common()
Dnfs4proc.c126 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0) in nfs4_label_init_security()
3883 NFS_CAP_SYMLINKS| NFS_CAP_SECURITY_LABEL); in _nfs4_server_capabilities()
3894 server->caps |= NFS_CAP_SECURITY_LABEL; in _nfs4_server_capabilities()
5031 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in _nfs4_proc_readdir()
6045 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_get_security_label()
6119 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_set_security_label()
7648 if (nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) { in nfs4_listxattr_nfs4_label()
Dinode.c382 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in nfs4_label_alloc()
/Linux-v5.15/include/linux/
Dnfs_fs_sb.h278 #define NFS_CAP_SECURITY_LABEL (1U << 18) macro