Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dfs_context.c613 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
617 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
897 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
903 ctx->flags |= NFS_MOUNT_LOCAL_FCNTL; in nfs_fs_context_parse_param()
907 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
1152 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()
1155 NFS_MOUNT_LOCAL_FCNTL); in nfs23_parse_monolithic()
1452 NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_validate()
A Dsuper.c543 local_fcntl = nfss->flags & NFS_MOUNT_LOCAL_FCNTL; in nfs_show_mount_options()
921 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_try_mount_request()
924 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_try_mount_request()
A Dfile.c845 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FCNTL) in nfs_lock()
A Dclient.c594 (server->flags & NFS_MOUNT_LOCAL_FCNTL)) in nfs_start_lockd()
/linux/include/linux/
A Dnfs_fs_sb.h163 #define NFS_MOUNT_LOCAL_FCNTL 0x200000 macro

Completed in 20 milliseconds