Home
last modified time | relevance | path

Searched refs:NFS_MOUNT_FORCE_RDIRPLUS (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dnfs_fs_sb.h171 #define NFS_MOUNT_FORCE_RDIRPLUS 0x20000000 macro
/linux-6.15/fs/nfs/
H A Dfs_context.c666 ctx->flags &= ~NFS_MOUNT_FORCE_RDIRPLUS; in nfs_fs_context_parse_param()
669 ctx->flags &= ~(NFS_MOUNT_NORDIRPLUS | NFS_MOUNT_FORCE_RDIRPLUS); in nfs_fs_context_parse_param()
673 ctx->flags &= ~NFS_MOUNT_FORCE_RDIRPLUS; in nfs_fs_context_parse_param()
678 ctx->flags |= NFS_MOUNT_FORCE_RDIRPLUS; in nfs_fs_context_parse_param()
H A Dsuper.c457 { NFS_MOUNT_FORCE_RDIRPLUS, ",rdirplus=force", "" }, in nfs_show_mount_options()
H A Ddir.c669 if (NFS_SERVER(dir)->flags & NFS_MOUNT_FORCE_RDIRPLUS) in nfs_use_readdirplus()