Searched refs:NFS_MOUNT_NOACL (Results 1 – 4 of 4) sorted by relevance
29 if (server->flags & NFS_MOUNT_NOACL) in nfs_init_server_aclclient()48 server->flags &= ~NFS_MOUNT_NOACL; in nfs_init_server_aclclient()
624 ctx->flags |= NFS_MOUNT_NOACL; in nfs_fs_context_parse_param()626 ctx->flags &= ~NFS_MOUNT_NOACL; in nfs_fs_context_parse_param()1439 ctx->flags &= ~(NFS_MOUNT_NONLM | NFS_MOUNT_NOACL | in nfs_fs_context_validate()
449 { NFS_MOUNT_NOACL, ",noacl", "" }, in nfs_show_mount_options()
62 #define NFS_MOUNT_NOACL 0x0800 /* 4 */ macro