Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dgetroot.c127 if (server->caps & NFS_CAP_SECURITY_LABEL) in nfs_get_root()
147 if (server->caps & NFS_CAP_SECURITY_LABEL && in nfs_get_root()
149 server->caps &= ~NFS_CAP_SECURITY_LABEL; in nfs_get_root()
H A Dinternal.h370 if (nfs_server_capable(&nfsi->vfs_inode, NFS_CAP_SECURITY_LABEL)) in nfs_zap_label_cache_locked()
H A Dnfs4proc.c123 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0) in nfs4_label_init_security()
4033 NFS_CAP_SECURITY_LABEL | NFS_CAP_FS_LOCATIONS | in _nfs4_server_capabilities()
4049 server->caps |= NFS_CAP_SECURITY_LABEL; in _nfs4_server_capabilities()
5398 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in _nfs4_proc_readdir()
6448 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_get_security_label()
6518 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_set_security_label()
8149 if (nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) { in nfs4_listxattr_nfs4_label()
10995 if (!nfs_server_capable(d_inode(dentry), NFS_CAP_SECURITY_LABEL)) { in nfs4_listxattr()
H A Dinode.c383 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in nfs4_label_alloc()
/linux/include/linux/
H A Dnfs_fs_sb.h320 #define NFS_CAP_SECURITY_LABEL (1U << 18) macro