Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dfs_context.c639 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
643 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
957 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
963 ctx->flags |= NFS_MOUNT_LOCAL_FCNTL; in nfs_fs_context_parse_param()
967 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
1212 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()
1215 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()
1512 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_validate()
H A Dsuper.c548 local_fcntl = nfss->flags & NFS_MOUNT_LOCAL_FCNTL; in nfs_show_mount_options()
926 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_try_mount_request()
929 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_try_mount_request()
H A Dfile.c854 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FCNTL) in nfs_lock()
H A Dclient.c600 (server->flags & NFS_MOUNT_LOCAL_FCNTL)) in nfs_start_lockd()
/linux-6.15/include/linux/
H A Dnfs_fs_sb.h163 #define NFS_MOUNT_LOCAL_FCNTL 0x200000 macro