nfs4_fs.h (16217dc79dbc599b110dda26d0421df47904bba4) nfs4_fs.h (5405fc44c3377358205ab4095fe9c44716aa0900)
1/*
2 * linux/fs/nfs/nfs4_fs.h
3 *
4 * Copyright (C) 2005 Trond Myklebust
5 *
6 * NFSv4-specific filesystem definitions and declarations
7 */
8

--- 457 unchanged lines hidden (view full) ---

466extern const nfs4_stateid zero_stateid;
467
468/* nfs4super.c */
469struct nfs_mount_info;
470extern struct nfs_subversion nfs_v4;
471struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *, struct nfs_subversion *);
472extern bool nfs4_disable_idmapping;
473extern unsigned short max_session_slots;
1/*
2 * linux/fs/nfs/nfs4_fs.h
3 *
4 * Copyright (C) 2005 Trond Myklebust
5 *
6 * NFSv4-specific filesystem definitions and declarations
7 */
8

--- 457 unchanged lines hidden (view full) ---

466extern const nfs4_stateid zero_stateid;
467
468/* nfs4super.c */
469struct nfs_mount_info;
470extern struct nfs_subversion nfs_v4;
471struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *, struct nfs_subversion *);
472extern bool nfs4_disable_idmapping;
473extern unsigned short max_session_slots;
474extern unsigned short max_session_cb_slots;
474extern unsigned short send_implementation_id;
475extern bool recover_lost_locks;
476
477#define NFS4_CLIENT_ID_UNIQ_LEN (64)
478extern char nfs4_client_id_uniquifier[NFS4_CLIENT_ID_UNIQ_LEN];
479
480/* nfs4sysctl.c */
481#ifdef CONFIG_SYSCTL

--- 59 unchanged lines hidden ---
475extern unsigned short send_implementation_id;
476extern bool recover_lost_locks;
477
478#define NFS4_CLIENT_ID_UNIQ_LEN (64)
479extern char nfs4_client_id_uniquifier[NFS4_CLIENT_ID_UNIQ_LEN];
480
481/* nfs4sysctl.c */
482#ifdef CONFIG_SYSCTL

--- 59 unchanged lines hidden ---