nfs4_fs.h (cd9a1c0e5ac681871d64804f82291649e2a0accb) | nfs4_fs.h (f46e0bd34ec002d0727761da52b8fd47f06d4440) |
---|---|
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 --- 228 unchanged lines hidden (view full) --- 237extern int nfs4_proc_setclientid(struct nfs_client *, u32, unsigned short, struct rpc_cred *, struct nfs4_setclientid_res *); 238extern int nfs4_proc_setclientid_confirm(struct nfs_client *, struct nfs4_setclientid_res *arg, struct rpc_cred *); 239extern int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred); 240extern int nfs4_proc_async_renew(struct nfs_client *, struct rpc_cred *); 241extern int nfs4_proc_renew(struct nfs_client *, struct rpc_cred *); 242extern int nfs4_init_clientid(struct nfs_client *, struct rpc_cred *); 243extern int nfs41_init_clientid(struct nfs_client *, struct rpc_cred *); 244extern int nfs4_do_close(struct path *path, struct nfs4_state *state, gfp_t gfp_mask, int wait); | 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 --- 228 unchanged lines hidden (view full) --- 237extern int nfs4_proc_setclientid(struct nfs_client *, u32, unsigned short, struct rpc_cred *, struct nfs4_setclientid_res *); 238extern int nfs4_proc_setclientid_confirm(struct nfs_client *, struct nfs4_setclientid_res *arg, struct rpc_cred *); 239extern int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred); 240extern int nfs4_proc_async_renew(struct nfs_client *, struct rpc_cred *); 241extern int nfs4_proc_renew(struct nfs_client *, struct rpc_cred *); 242extern int nfs4_init_clientid(struct nfs_client *, struct rpc_cred *); 243extern int nfs41_init_clientid(struct nfs_client *, struct rpc_cred *); 244extern int nfs4_do_close(struct path *path, struct nfs4_state *state, gfp_t gfp_mask, int wait); |
245extern struct dentry *nfs4_atomic_open(struct inode *, struct nfs_open_context *, int, struct iattr *); | 245extern struct inode *nfs4_atomic_open(struct inode *, struct nfs_open_context *, int, struct iattr *); |
246extern int nfs4_open_revalidate(struct inode *, struct dentry *, int, struct nameidata *); 247extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); 248extern int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, 249 struct nfs4_fs_locations *fs_locations, struct page *page); 250extern void nfs4_release_lockowner(const struct nfs4_lock_state *); 251 252#if defined(CONFIG_NFS_V4_1) 253static inline struct nfs4_session *nfs4_get_session(const struct nfs_server *server) --- 98 unchanged lines hidden --- | 246extern int nfs4_open_revalidate(struct inode *, struct dentry *, int, struct nameidata *); 247extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); 248extern int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, 249 struct nfs4_fs_locations *fs_locations, struct page *page); 250extern void nfs4_release_lockowner(const struct nfs4_lock_state *); 251 252#if defined(CONFIG_NFS_V4_1) 253static inline struct nfs4_session *nfs4_get_session(const struct nfs_server *server) --- 98 unchanged lines hidden --- |