Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dfs_context.c550 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
553 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
823 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
829 ctx->flags |= NFS_MOUNT_LOCAL_FCNTL; in nfs_fs_context_parse_param()
833 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
1074 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()
1077 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()
1374 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_validate()
Dfile.c814 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FCNTL) in nfs_lock()
Dclient.c576 (server->flags & NFS_MOUNT_LOCAL_FCNTL)) in nfs_start_lockd()
Dsuper.c514 local_fcntl = nfss->flags & NFS_MOUNT_LOCAL_FCNTL; in nfs_show_mount_options()
/linux-6.1.9/include/linux/
Dnfs_fs_sb.h150 #define NFS_MOUNT_LOCAL_FCNTL 0x200000 macro