Searched refs:nfs4_state (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/fs/nfs/ |
D | nfs4_fs.h | 137 struct nfs4_state * ls_state; /* Pointer to open state */ 158 struct nfs4_state { struct 185 struct nfs4_state *state; argument 192 int (*recover_open)(struct nfs4_state_owner *, struct nfs4_state *); 193 int (*recover_lock)(struct nfs4_state *, struct file_lock *); 217 extern int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc); 323 extern struct nfs4_state * nfs4_get_open_state(struct inode *, struct nfs4_state_owner *); 324 extern void nfs4_put_open_state(struct nfs4_state *); 325 extern void nfs4_close_state(struct nfs4_state *, fmode_t); 326 extern void nfs4_close_sync(struct nfs4_state *, fmode_t); [all …]
|
D | nfs4state.c | 572 static struct nfs4_state * 575 struct nfs4_state *state; in nfs4_alloc_open_state() 588 nfs4_state_set_mode_locked(struct nfs4_state *state, fmode_t fmode) in nfs4_state_set_mode_locked() 602 static struct nfs4_state * 606 struct nfs4_state *state; in __nfs4_find_state_byowner() 618 nfs4_free_open_state(struct nfs4_state *state) in nfs4_free_open_state() 623 struct nfs4_state * 626 struct nfs4_state *state, *new; in nfs4_get_open_state() 660 void nfs4_put_open_state(struct nfs4_state *state) in nfs4_put_open_state() 680 static void __nfs4_close(struct nfs4_state *state, in __nfs4_close() [all …]
|
D | delegation.h | 54 int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_… 55 int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl);
|
D | nfs4proc.c | 81 static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state … 86 struct nfs4_state *state); 266 struct nfs4_state *state = exception->state; in nfs4_handle_exception() 795 struct nfs4_state *state; 903 static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode) in can_open_cached() 938 static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode) in update_open_stateflags() 953 static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fm… in nfs_set_open_stateid_locked() 970 static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode) in nfs_set_open_stateid() 977 static void __update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, const nfs4_… in __update_open_stateid() 996 static int update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, nfs4_stateid *… in update_open_stateid() [all …]
|
D | delegation.c | 66 static int nfs_delegation_claim_locks(struct nfs_open_context *ctx, struct nfs4_state *state) in nfs_delegation_claim_locks() 97 struct nfs4_state *state; in nfs_delegation_claim_opens()
|
D | pnfs.h | 192 struct nfs4_state *open_state);
|
D | nfs4filelayout.c | 86 struct nfs4_state *state, in filelayout_async_handle_error()
|
D | pnfs.c | 539 struct nfs4_state *open_state) in pnfs_choose_layoutget_stateid()
|
/linux-3.4.99/include/linux/ |
D | nfs_fs.h | 92 struct nfs4_state; 97 struct nfs4_state *state;
|