Home
last modified time | relevance | path

Searched refs:local_fcntl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dsuper.c444 int local_flock, local_fcntl; in nfs_show_mount_options() local
504 local_fcntl = nfss->flags & NFS_MOUNT_LOCAL_FCNTL; in nfs_show_mount_options()
506 if (!local_flock && !local_fcntl) in nfs_show_mount_options()
508 else if (local_flock && local_fcntl) in nfs_show_mount_options()
/kernel/linux/linux-6.6/fs/nfs/
H A Dsuper.c456 int local_flock, local_fcntl; in nfs_show_mount_options() local
528 local_fcntl = nfss->flags & NFS_MOUNT_LOCAL_FCNTL; in nfs_show_mount_options()
530 if (!local_flock && !local_fcntl) in nfs_show_mount_options()
532 else if (local_flock && local_fcntl) in nfs_show_mount_options()

Completed in 4 milliseconds