Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dgetroot.c130 if (NFS_SB(s)->caps & NFS_CAP_SECURITY_LABEL) in nfs_get_root()
146 if (NFS_SB(s)->caps & NFS_CAP_SECURITY_LABEL && in nfs_get_root()
148 NFS_SB(s)->caps &= ~NFS_CAP_SECURITY_LABEL; in nfs_get_root()
H A Dinternal.h368 if (nfs_server_capable(&nfsi->vfs_inode, NFS_CAP_SECURITY_LABEL)) in nfs_zap_label_cache_locked()
H A Dsuper.c1252 if (server->caps & NFS_CAP_SECURITY_LABEL) in nfs_get_tree_common()
H A Dnfs4proc.c130 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0) in nfs4_label_init_security()
3868 NFS_CAP_SECURITY_LABEL); in _nfs4_server_capabilities()
3894 server->caps |= NFS_CAP_SECURITY_LABEL; in _nfs4_server_capabilities()
5002 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in _nfs4_proc_readdir()
6018 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_get_security_label()
6092 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_set_security_label()
7587 if (nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) { in nfs4_listxattr_nfs4_label()
H A Dinode.c397 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in nfs4_label_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs_sb.h279 #define NFS_CAP_SECURITY_LABEL (1U << 18) macro