Searched refs:NFS_CAP_SECURITY_LABEL (Results 1 – 6 of 6) sorted by relevance
127 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()
348 if (nfs_server_capable(&nfsi->vfs_inode, NFS_CAP_SECURITY_LABEL)) in nfs_zap_label_cache_locked()
1269 if (server->caps & NFS_CAP_SECURITY_LABEL) in nfs_get_tree_common()
126 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0) in nfs4_label_init_security()3864 NFS_CAP_SYMLINKS| NFS_CAP_SECURITY_LABEL); in _nfs4_server_capabilities()3875 server->caps |= NFS_CAP_SECURITY_LABEL; in _nfs4_server_capabilities()4988 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in _nfs4_proc_readdir()6001 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_get_security_label()6071 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_set_security_label()7583 if (nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) { in nfs4_listxattr_nfs4_label()
383 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in nfs4_label_alloc()
278 #define NFS_CAP_SECURITY_LABEL (1U << 18) macro
Completed in 34 milliseconds