Symbol: nfs4_state
fs/nfs/delegation.c
173
static int nfs_delegation_claim_locks(struct nfs4_state *state, const nfs4_stateid *stateid)
fs/nfs/delegation.c
211
struct nfs4_state *state;
fs/nfs/delegation.h
76
int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid);
fs/nfs/delegation.h
77
int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid);
fs/nfs/filelayout/filelayout.c
124
struct nfs4_state *state,
fs/nfs/flexfilelayout/flexfilelayout.c
1300
struct nfs4_state *state,
fs/nfs/flexfilelayout/flexfilelayout.c
1467
struct nfs4_state *state,
fs/nfs/nfs40proc.c
47
static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
fs/nfs/nfs40proc.c
53
static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
fs/nfs/nfs4_fs.h
154
struct nfs4_state * ls_state; /* Pointer to open state */
fs/nfs/nfs4_fs.h
212
struct nfs4_state *state;
fs/nfs/nfs4_fs.h
227
int (*recover_open)(struct nfs4_state_owner *, struct nfs4_state *);
fs/nfs/nfs4_fs.h
228
int (*recover_lock)(struct nfs4_state *, struct file_lock *);
fs/nfs/nfs4_fs.h
248
struct nfs4_state *state;
fs/nfs/nfs4_fs.h
314
struct nfs4_state *state, long *timeout);
fs/nfs/nfs4_fs.h
335
extern int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait);
fs/nfs/nfs4_fs.h
357
extern int update_open_stateid(struct nfs4_state *state,
fs/nfs/nfs4_fs.h
371
extern int nfs4_open_reclaim(struct nfs4_state_owner *, struct nfs4_state *);
fs/nfs/nfs4_fs.h
372
extern int nfs4_open_expired(struct nfs4_state_owner *, struct nfs4_state *);
fs/nfs/nfs4_fs.h
373
extern int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request);
fs/nfs/nfs4_fs.h
374
extern int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request);
fs/nfs/nfs4_fs.h
375
extern void nfs_state_clear_delegation(struct nfs4_state *state);
fs/nfs/nfs4_fs.h
376
extern void nfs_finish_clear_delegation_stateid(struct nfs4_state *state,
fs/nfs/nfs4_fs.h
378
extern void nfs_state_clear_open_state_flags(struct nfs4_state *state);
fs/nfs/nfs4_fs.h
503
extern struct nfs4_state * nfs4_get_open_state(struct inode *, struct nfs4_state_owner *);
fs/nfs/nfs4_fs.h
504
extern void nfs4_put_open_state(struct nfs4_state *);
fs/nfs/nfs4_fs.h
505
extern void nfs4_close_state(struct nfs4_state *, fmode_t);
fs/nfs/nfs4_fs.h
506
extern void nfs4_close_sync(struct nfs4_state *, fmode_t);
fs/nfs/nfs4_fs.h
507
extern void nfs4_state_set_mode_locked(struct nfs4_state *, fmode_t);
fs/nfs/nfs4_fs.h
510
extern int nfs4_state_mark_reclaim_nograce(struct nfs_client *, struct nfs4_state *);
fs/nfs/nfs4_fs.h
516
extern int nfs4_schedule_stateid_recovery(const struct nfs_server *, struct nfs4_state *);
fs/nfs/nfs4_fs.h
523
extern int nfs4_set_lock_state(struct nfs4_state *state, struct file_lock *fl);
fs/nfs/nfs4_fs.h
524
extern int nfs4_select_rw_stateid(struct nfs4_state *, fmode_t,
fs/nfs/nfs4_fs.h
528
struct nfs4_state *state);
fs/nfs/nfs4_fs.h
640
static inline bool nfs4_valid_open_stateid(const struct nfs4_state *state)
fs/nfs/nfs4_fs.h
645
static inline bool nfs4_state_match_open_stateid_other(const struct nfs4_state *state,
fs/nfs/nfs4proc.c
1489
static bool nfs4_mode_match_open_stateid(struct nfs4_state *state,
fs/nfs/nfs4proc.c
1504
static int can_open_cached(struct nfs4_state *state, fmode_t mode,
fs/nfs/nfs4proc.c
1569
static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
fs/nfs/nfs4proc.c
1584
static bool nfs_open_stateid_recover_openmode(struct nfs4_state *state)
fs/nfs/nfs4proc.c
1595
static void nfs_state_log_update_open_stateid(struct nfs4_state *state)
fs/nfs/nfs4proc.c
1601
static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
fs/nfs/nfs4proc.c
1626
static bool nfs_stateid_is_sequential(struct nfs4_state *state,
fs/nfs/nfs4proc.c
1644
static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
fs/nfs/nfs4proc.c
1657
static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
fs/nfs/nfs4proc.c
1689
static void nfs_clear_open_stateid(struct nfs4_state *state,
fs/nfs/nfs4proc.c
1702
static void nfs_set_open_stateid_locked(struct nfs4_state *state,
fs/nfs/nfs4proc.c
1770
static void nfs_state_set_open_stateid(struct nfs4_state *state,
fs/nfs/nfs4proc.c
1795
void nfs_state_clear_open_state_flags(struct nfs4_state *state)
fs/nfs/nfs4proc.c
1803
static void nfs_state_set_delegation(struct nfs4_state *state,
fs/nfs/nfs4proc.c
1817
void nfs_state_clear_delegation(struct nfs4_state *state)
fs/nfs/nfs4proc.c
1825
int update_open_stateid(struct nfs4_state *state,
fs/nfs/nfs4proc.c
1884
struct nfs4_state *state = lsp->ls_state;
fs/nfs/nfs4proc.c
1912
static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
fs/nfs/nfs4proc.c
1914
struct nfs4_state *state = opendata->state;
fs/nfs/nfs4proc.c
1994
static struct nfs4_state *
fs/nfs/nfs4proc.c
1998
struct nfs4_state *state = data->state;
fs/nfs/nfs4proc.c
2049
static struct nfs4_state *
fs/nfs/nfs4proc.c
2052
struct nfs4_state *state;
fs/nfs/nfs4proc.c
2069
static struct nfs4_state *
fs/nfs/nfs4proc.c
2072
struct nfs4_state *state;
fs/nfs/nfs4proc.c
2104
static struct nfs4_state *
fs/nfs/nfs4proc.c
2107
struct nfs4_state *ret;
fs/nfs/nfs4proc.c
2118
nfs4_state_find_open_context_mode(struct nfs4_state *state, fmode_t mode)
fs/nfs/nfs4proc.c
2139
nfs4_state_find_open_context(struct nfs4_state *state)
fs/nfs/nfs4proc.c
2153
struct nfs4_state *state, enum open_claim_type4 claim)
fs/nfs/nfs4proc.c
2169
struct nfs4_state *newstate;
fs/nfs/nfs4proc.c
2194
static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
fs/nfs/nfs4proc.c
2227
static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
fs/nfs/nfs4proc.c
2261
static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
fs/nfs/nfs4proc.c
2278
int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
fs/nfs/nfs4proc.c
2293
static int nfs4_handle_delegation_recall_error(struct nfs_server *server, struct nfs4_state *state, const nfs4_stateid *stateid, struct file_lock *fl, int err)
fs/nfs/nfs4proc.c
2349
struct nfs4_state *state, const nfs4_stateid *stateid)
fs/nfs/nfs4proc.c
2407
struct nfs4_state *state = NULL;
fs/nfs/nfs4proc.c
2568
struct nfs4_state *state = NULL;
fs/nfs/nfs4proc.c
2677
struct nfs4_state *state, fmode_t fmode)
fs/nfs/nfs4proc.c
2765
static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
fs/nfs/nfs4proc.c
2786
static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
fs/nfs/nfs4proc.c
2810
int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
fs/nfs/nfs4proc.c
2823
void nfs_finish_clear_delegation_stateid(struct nfs4_state *state,
fs/nfs/nfs4proc.c
2861
static int nfs41_check_delegation_stateid(struct nfs4_state *state)
fs/nfs/nfs4proc.c
2903
static void nfs41_delegation_recover_stateid(struct nfs4_state *state)
fs/nfs/nfs4proc.c
2924
static int nfs41_check_expired_locks(struct nfs4_state *state)
fs/nfs/nfs4proc.c
2976
static int nfs41_check_open_stateid(struct nfs4_state *state)
fs/nfs/nfs4proc.c
2997
static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
fs/nfs/nfs4proc.c
3062
struct nfs4_state *state;
fs/nfs/nfs4proc.c
3143
struct nfs4_state *state = NULL;
fs/nfs/nfs4proc.c
3234
static struct nfs4_state *nfs4_do_open(struct inode *dir,
fs/nfs/nfs4proc.c
3245
struct nfs4_state *res;
fs/nfs/nfs4proc.c
3373
struct nfs4_state *state = ctx ? ctx->state : NULL;
fs/nfs/nfs4proc.c
3443
struct nfs4_state *state)
fs/nfs/nfs4proc.c
3475
struct nfs4_state *state)
fs/nfs/nfs4proc.c
3537
struct nfs4_state *state;
fs/nfs/nfs4proc.c
3571
struct nfs4_state *state = calldata->state;
fs/nfs/nfs4proc.c
3647
struct nfs4_state *state = calldata->state;
fs/nfs/nfs4proc.c
3750
int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
fs/nfs/nfs4proc.c
3830
struct nfs4_state *state;
fs/nfs/nfs4proc.c
4859
struct nfs4_state *state;
fs/nfs/nfs4proc.c
507
struct nfs4_state *state = exception->state;
fs/nfs/nfs4proc.c
6913
static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
fs/nfs/nfs4proc.c
6955
static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
fs/nfs/nfs4proc.c
6978
struct nfs4_state *state = lsp->ls_state;
fs/nfs/nfs4proc.c
6997
struct nfs4_state *state = lsp->ls_state;
fs/nfs/nfs4proc.c
7025
struct nfs4_state *state = lsp->ls_state;
fs/nfs/nfs4proc.c
7190
static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
fs/nfs/nfs4proc.c
723
struct nfs4_state *state, long *timeout)
fs/nfs/nfs4proc.c
7296
struct nfs4_state *state = data->lsp->ls_state;
fs/nfs/nfs4proc.c
7429
static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
fs/nfs/nfs4proc.c
7484
int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
fs/nfs/nfs4proc.c
7504
int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
fs/nfs/nfs4proc.c
7536
static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
fs/nfs/nfs4proc.c
7551
static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
fs/nfs/nfs4proc.c
7581
static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
fs/nfs/nfs4proc.c
7604
nfs4_retry_setlk_simple(struct nfs4_state *state, int cmd,
fs/nfs/nfs4proc.c
7654
nfs4_retry_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
fs/nfs/nfs4proc.c
7695
struct nfs4_state *state;
fs/nfs/nfs4proc.c
7782
int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
fs/nfs/nfs4state.c
1294
static int nfs4_state_mark_reclaim_reboot(struct nfs_client *clp, struct nfs4_state *state)
fs/nfs/nfs4state.c
1310
int nfs4_state_mark_reclaim_nograce(struct nfs_client *clp, struct nfs4_state *state)
fs/nfs/nfs4state.c
1321
int nfs4_schedule_stateid_recovery(const struct nfs_server *server, struct nfs4_state *state)
fs/nfs/nfs4state.c
1337
nfs_state_find_lock_state_by_stateid(struct nfs4_state *state,
fs/nfs/nfs4state.c
1351
static bool nfs_state_lock_state_matches_stateid(struct nfs4_state *state,
fs/nfs/nfs4state.c
1371
struct nfs4_state *state;
fs/nfs/nfs4state.c
1403
static void nfs4_state_mark_open_context_bad(struct nfs4_state *state, int err)
fs/nfs/nfs4state.c
1422
static void nfs4_state_mark_recovery_failed(struct nfs4_state *state, int error)
fs/nfs/nfs4state.c
1429
static int nfs4_reclaim_locks(struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops)
fs/nfs/nfs4state.c
1495
static void nfs42_complete_copies(struct nfs4_state_owner *sp, struct nfs4_state *state)
fs/nfs/nfs4state.c
1530
struct nfs4_state *state)
fs/nfs/nfs4state.c
1535
static int __nfs4_reclaim_open_state(struct nfs4_state_owner *sp, struct nfs4_state *state,
fs/nfs/nfs4state.c
1570
struct nfs4_state *state;
fs/nfs/nfs4state.c
1666
static void nfs4_clear_open_state(struct nfs4_state *state)
fs/nfs/nfs4state.c
1683
int (*mark_reclaim)(struct nfs_client *clp, struct nfs4_state *state))
fs/nfs/nfs4state.c
1688
struct nfs4_state *state;
fs/nfs/nfs4state.c
1707
int (*mark_reclaim)(struct nfs_client *clp, struct nfs4_state *state))
fs/nfs/nfs4state.c
1740
struct nfs4_state *state;
fs/nfs/nfs4state.c
610
static struct nfs4_state *
fs/nfs/nfs4state.c
613
struct nfs4_state *state;
fs/nfs/nfs4state.c
627
nfs4_state_set_mode_locked(struct nfs4_state *state, fmode_t fmode)
fs/nfs/nfs4state.c
641
static struct nfs4_state *
fs/nfs/nfs4state.c
645
struct nfs4_state *state;
fs/nfs/nfs4state.c
659
nfs4_free_open_state(struct nfs4_state *state)
fs/nfs/nfs4state.c
664
struct nfs4_state *
fs/nfs/nfs4state.c
667
struct nfs4_state *state, *new;
fs/nfs/nfs4state.c
701
void nfs4_put_open_state(struct nfs4_state *state)
fs/nfs/nfs4state.c
722
static void __nfs4_close(struct nfs4_state *state,
fs/nfs/nfs4state.c
767
void nfs4_close_state(struct nfs4_state *state, fmode_t fmode)
fs/nfs/nfs4state.c
772
void nfs4_close_sync(struct nfs4_state *state, fmode_t fmode)
fs/nfs/nfs4state.c
791
__nfs4_find_lock_state(struct nfs4_state *state,
fs/nfs/nfs4state.c
813
static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t owner)
fs/nfs/nfs4state.c
841
static struct nfs4_lock_state *nfs4_get_lock_state(struct nfs4_state *state, fl_owner_t owner)
fs/nfs/nfs4state.c
875
struct nfs4_state *state;
fs/nfs/nfs4state.c
913
int nfs4_set_lock_state(struct nfs4_state *state, struct file_lock *fl)
fs/nfs/nfs4state.c
928
struct nfs4_state *state,
fs/nfs/nfs4state.c
958
bool nfs4_copy_open_stateid(nfs4_stateid *dst, struct nfs4_state *state)
fs/nfs/nfs4state.c
981
int nfs4_select_rw_stateid(struct nfs4_state *state,
fs/nfs/nfs4trace.h
1069
const struct nfs4_state *state,
fs/nfs/nfs4trace.h
1113
const struct nfs4_state *state, \
fs/nfs/nfs4trace.h
1653
const struct nfs4_state *state =
fs/nfs/nfs4trace.h
1725
const struct nfs4_state *state =
fs/nfs/nfs4trace.h
1858
const struct nfs4_state *state = ctx->state;
fs/nfs/nfs4trace.h
576
const struct nfs4_state *state = ctx->state;
fs/nfs/nfs4trace.h
645
const struct nfs4_state *state
fs/nfs/nfs4trace.h
684
const struct nfs4_state *state,
fs/nfs/nfs4trace.h
733
const struct nfs4_state *state,
fs/nfs/nfs4trace.h
791
const struct nfs4_state *state, \
fs/nfs/nfs4trace.h
802
const struct nfs4_state *state,
fs/nfs/nfs4trace.h
905
const struct nfs4_state *state,
fs/nfs/pnfs.c
1543
struct nfs4_state *state;
include/linux/nfs_fs.h
104
struct nfs4_state *state;
include/linux/nfs_fs.h
288
struct nfs4_state *parent_src_state;
include/linux/nfs_fs.h
289
struct nfs4_state *parent_dst_state;
include/linux/nfs_fs.h
97
struct nfs4_state;