Searched refs:NFS_CAP_SECURITY_LABEL (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | getroot.c | 130 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 D | internal.h | 368 if (nfs_server_capable(&nfsi->vfs_inode, NFS_CAP_SECURITY_LABEL)) in nfs_zap_label_cache_locked()
|
H A D | super.c | 1252 if (server->caps & NFS_CAP_SECURITY_LABEL) in nfs_get_tree_common()
|
H A D | nfs4proc.c | 130 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0) in nfs4_label_init_security() 3880 NFS_CAP_SECURITY_LABEL); in _nfs4_server_capabilities() 3906 server->caps |= NFS_CAP_SECURITY_LABEL; in _nfs4_server_capabilities() 5014 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in _nfs4_proc_readdir() 6030 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_get_security_label() 6104 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_set_security_label() 7604 if (nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) { in nfs4_listxattr_nfs4_label()
|
H A D | inode.c | 397 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in nfs4_label_alloc()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | getroot.c | 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()
|
H A D | internal.h | 362 if (nfs_server_capable(&nfsi->vfs_inode, NFS_CAP_SECURITY_LABEL)) in nfs_zap_label_cache_locked()
|
H A D | nfs4proc.c | 122 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0) in nfs4_label_init_security() 3879 NFS_CAP_SYMLINKS| NFS_CAP_SECURITY_LABEL); in _nfs4_server_capabilities() 3894 server->caps |= NFS_CAP_SECURITY_LABEL; in _nfs4_server_capabilities() 5130 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in _nfs4_proc_readdir() 6169 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_get_security_label() 6239 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) in nfs4_set_security_label() 7807 if (nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) { in nfs4_listxattr_nfs4_label()
|
H A D | inode.c | 376 if (!(server->caps & NFS_CAP_SECURITY_LABEL)) in nfs4_label_alloc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs_sb.h | 279 #define NFS_CAP_SECURITY_LABEL (1U << 18) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs_sb.h | 282 #define NFS_CAP_SECURITY_LABEL (1U << 18) macro
|
Completed in 47 milliseconds