• Home
  • Raw
  • Download

Lines Matching refs:nfs4_ol_stateid

833 static struct nfs4_ol_stateid * nfs4_alloc_open_stateid(struct nfs4_client *clp)  in nfs4_alloc_open_stateid()
1191 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access()
1201 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access()
1211 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access()
1220 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny()
1230 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny()
1240 test_deny(u32 deny, struct nfs4_ol_stateid *stp) in test_deny()
1268 struct nfs4_ol_stateid *stp; in recalculate_deny_mode()
1278 reset_union_bmap_deny(u32 deny, struct nfs4_ol_stateid *stp) in reset_union_bmap_deny()
1297 release_all_access(struct nfs4_ol_stateid *stp) in release_all_access()
1332 nfs4_ol_stateid_unhashed(const struct nfs4_ol_stateid *stp) in nfs4_ol_stateid_unhashed()
1337 static bool unhash_ol_stateid(struct nfs4_ol_stateid *stp) in unhash_ol_stateid()
1355 struct nfs4_ol_stateid *stp = openlockstateid(stid); in nfs4_free_ol_stateid()
1366 struct nfs4_ol_stateid *stp = openlockstateid(stid); in nfs4_free_lock_stateid()
1384 static void put_ol_stateid_locked(struct nfs4_ol_stateid *stp, in put_ol_stateid_locked()
1403 static bool unhash_lock_stateid(struct nfs4_ol_stateid *stp) in unhash_lock_stateid()
1414 static void release_lock_stateid(struct nfs4_ol_stateid *stp) in release_lock_stateid()
1442 struct nfs4_ol_stateid *stp; in free_ol_stateid_reaplist()
1448 stp = list_first_entry(reaplist, struct nfs4_ol_stateid, in free_ol_stateid_reaplist()
1458 static void release_open_stateid_locks(struct nfs4_ol_stateid *open_stp, in release_open_stateid_locks()
1461 struct nfs4_ol_stateid *stp; in release_open_stateid_locks()
1467 struct nfs4_ol_stateid, st_locks); in release_open_stateid_locks()
1473 static bool unhash_open_stateid(struct nfs4_ol_stateid *stp, in unhash_open_stateid()
1484 static void release_open_stateid(struct nfs4_ol_stateid *stp) in release_open_stateid()
1509 struct nfs4_ol_stateid *s; in release_last_closed_stateid()
1524 struct nfs4_ol_stateid *stp; in release_openowner()
1534 struct nfs4_ol_stateid, st_perstateowner); in release_openowner()
2452 struct nfs4_ol_stateid *ols; in nfs4_show_open()
2494 struct nfs4_ol_stateid *ols; in nfs4_show_lock()
4134 sizeof(struct nfs4_ol_stateid), 0, 0, NULL); in nfsd4_init_slabs()
4238 static struct nfs4_ol_stateid *
4241 struct nfs4_ol_stateid *local, *ret = NULL; in nfsd4_find_existing_open()
4282 nfsd4_lock_ol_stateid(struct nfs4_ol_stateid *stp) in nfsd4_lock_ol_stateid()
4293 static struct nfs4_ol_stateid *
4296 struct nfs4_ol_stateid *stp; in nfsd4_find_and_lock_existing_open()
4339 static struct nfs4_ol_stateid *
4344 struct nfs4_ol_stateid *retstp = NULL; in init_open_stateid()
4345 struct nfs4_ol_stateid *stp; in init_open_stateid()
4395 move_to_close_lru(struct nfs4_ol_stateid *s, struct net *net) in move_to_close_lru()
4397 struct nfs4_ol_stateid *last; in move_to_close_lru()
4840 struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp, in nfs4_get_vfs_file()
4910 …svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp, struct … in nfs4_upgrade_open()
5077 struct nfs4_ol_stateid *stp) in nfs4_open_delegation()
5168 struct nfs4_ol_stateid *stp = NULL; in nfsd4_process_open2()
5375 struct nfs4_ol_stateid *stp; in nfs4_laundromat()
5518 access_permit_read(struct nfs4_ol_stateid *stp) in access_permit_read()
5526 access_permit_write(struct nfs4_ol_stateid *stp) in access_permit_write()
5533 __be32 nfs4_check_openmode(struct nfs4_ol_stateid *stp, int flags) in nfs4_check_openmode()
5616 static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols) in nfsd4_check_openowner_confirmed()
5728 nfs4_check_olstateid(struct nfs4_ol_stateid *ols, int flags) in nfs4_check_olstateid()
5931 struct nfs4_ol_stateid *stp = openlockstateid(s); in nfsd4_free_lock_stateid()
6013 …ks(struct nfsd4_compound_state *cstate, stateid_t *stateid, u32 seqid, struct nfs4_ol_stateid *stp) in nfs4_seqid_op_checks()
6039 struct nfs4_ol_stateid **stpp, in nfs4_preprocess_seqid_op()
6044 struct nfs4_ol_stateid *stp = NULL; in nfs4_preprocess_seqid_op()
6064 stateid_t *stateid, struct nfs4_ol_stateid **stpp, struct nfsd_net *nn) in nfs4_preprocess_confirmed_seqid_op()
6068 struct nfs4_ol_stateid *stp; in nfs4_preprocess_confirmed_seqid_op()
6091 struct nfs4_ol_stateid *stp; in nfsd4_open_confirm()
6125 static inline void nfs4_stateid_downgrade_bit(struct nfs4_ol_stateid *stp, u32 access) in nfs4_stateid_downgrade_bit()
6133 static inline void nfs4_stateid_downgrade(struct nfs4_ol_stateid *stp, u32 to_access) in nfs4_stateid_downgrade()
6157 struct nfs4_ol_stateid *stp; in nfsd4_open_downgrade()
6195 static void nfsd4_close_open_stateid(struct nfs4_ol_stateid *s) in nfsd4_close_open_stateid()
6226 struct nfs4_ol_stateid *stp; in nfsd4_close()
6466 struct nfs4_ol_stateid *open_stp, in alloc_init_lock_stateowner()
6492 static struct nfs4_ol_stateid *
6494 const struct nfs4_ol_stateid *ost) in find_lock_stateid()
6496 struct nfs4_ol_stateid *lst; in find_lock_stateid()
6511 static struct nfs4_ol_stateid *
6512 init_lock_stateid(struct nfs4_ol_stateid *stp, struct nfs4_lockowner *lo, in init_lock_stateid()
6514 struct nfs4_ol_stateid *open_stp) in init_lock_stateid()
6517 struct nfs4_ol_stateid *retstp; in init_lock_stateid()
6558 static struct nfs4_ol_stateid *
6560 struct inode *inode, struct nfs4_ol_stateid *ost, in find_or_create_lock_stateid()
6564 struct nfs4_ol_stateid *lst; in find_or_create_lock_stateid()
6597 static void get_lock_access(struct nfs4_ol_stateid *lock_stp, u32 access) in get_lock_access()
6611 struct nfs4_ol_stateid *ost, in lookup_or_create_lock_state()
6613 struct nfs4_ol_stateid **plst, bool *new) in lookup_or_create_lock_state()
6621 struct nfs4_ol_stateid *lst; in lookup_or_create_lock_state()
6661 struct nfs4_ol_stateid *lock_stp = NULL; in nfsd4_lock()
6662 struct nfs4_ol_stateid *open_stp = NULL; in nfsd4_lock()
6980 struct nfs4_ol_stateid *stp; in nfsd4_locku()
7091 struct nfs4_ol_stateid *stp; in nfsd4_release_lockowner()
7136 struct nfs4_ol_stateid, in nfsd4_release_lockowner()