Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_fs_sb.h172 #define NFS_MOUNT_FORCE_RDIRPLUS 0x20000000 macro
/linux/fs/nfs/
H A Dfs_context.c696 ctx->flags &= ~NFS_MOUNT_FORCE_RDIRPLUS; in nfs_fs_context_parse_param()
699 ctx->flags &= ~(NFS_MOUNT_NORDIRPLUS | NFS_MOUNT_FORCE_RDIRPLUS); in nfs_fs_context_parse_param()
703 ctx->flags &= ~NFS_MOUNT_FORCE_RDIRPLUS; in nfs_fs_context_parse_param()
708 ctx->flags |= NFS_MOUNT_FORCE_RDIRPLUS; in nfs_fs_context_parse_param()
H A Ddir.c669 if (NFS_SERVER(dir)->flags & NFS_MOUNT_FORCE_RDIRPLUS) in nfs_use_readdirplus()