Home
last modified time | relevance | path

Searched refs:nfs_open_file (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfs.h914 struct nfs_open_file;
1399 int nfs_open_file_find(nfsnode_t, struct nfs_open_owner *, struct nfs_open_file **, uint32_t, u…
1400 int nfs_open_file_find_internal(nfsnode_t, struct nfs_open_owner *, struct nfs_open_file **, ui…
1401 void nfs_open_file_destroy(struct nfs_open_file *);
1402 int nfs_open_file_set_busy(struct nfs_open_file *, thread_t);
1403 void nfs_open_file_clear_busy(struct nfs_open_file *);
1404 void nfs_open_file_add_open(struct nfs_open_file *, uint32_t, uint32_t, int);
1405 void nfs_open_file_remove_open_find(struct nfs_open_file *, uint32_t, uint32_t, uint8_t *, uint8…
1406 void nfs_open_file_remove_open(struct nfs_open_file *, uint32_t, uint32_t);
1408 int nfs_check_for_locks(struct nfs_open_owner *, struct nfs_open_file *);
[all …]
H A Dnfsnode.h440 TAILQ_HEAD(, nfs_open_file) noo_opens; /* list of open files */
450 struct nfs_open_file { struct
452 TAILQ_ENTRY(nfs_open_file) nof_link; /* list of open files */ argument
453 TAILQ_ENTRY(nfs_open_file) nof_oolink; /* list of open owner's open files */
656 TAILQ_HEAD(, nfs_open_file) n_opens; /* list of open files */
H A Dnfs4_vnops.c2193 struct nfs_open_file **nofpp, in nfs_open_file_find()
2211 struct nfs_open_file **nofpp, in nfs_open_file_find_internal()
2216 struct nfs_open_file *nofp = NULL, *nofp2, *newnofp = NULL; in nfs_open_file_find_internal()
2244 newnofp = kalloc_type(struct nfs_open_file, in nfs_open_file_find_internal()
2284 nfs_open_file_destroy(struct nfs_open_file *nofp) in nfs_open_file_destroy()
2291 kfree_type(struct nfs_open_file, nofp); in nfs_open_file_destroy()
2299 nfs_open_file_set_busy(struct nfs_open_file *nofp, thread_t thd) in nfs_open_file_set_busy()
2333 nfs_open_file_clear_busy(struct nfs_open_file *nofp) in nfs_open_file_clear_busy()
2353 nfs_open_file_add_open(struct nfs_open_file *nofp, uint32_t accessMode, uint32_t denyMode, int dele… in nfs_open_file_add_open()
2423 struct nfs_open_file *nofp, in nfs_open_file_remove_open_find()
[all …]
H A Dnfsmount.h236 …int (*nf_setlock_rpc)(nfsnode_t, struct nfs_open_file *, struct nfs_file_lock *, int, int, thr…
H A Dnfs_node.c612 struct nfs_open_file *nofp; in nfs_vnop_inactive()
930 struct nfs_open_file *nofp, *nextnofp; in nfs_vnop_reclaim()
H A Dnfs_lock.c767 struct nfs_open_file *nofp, in nfs3_setlock_rpc()
H A Dnfs_vnops.c822 struct nfs_open_file *nofp = NULL; in nfs_vnop_open()
1042 struct nfs_open_file *nofp; in nfs_no_of_open_file_writers()
1095 struct nfs_open_file *nofp = NULL; in nfs_vnop_close()
1275 struct nfs_open_file *nofp, in nfs_close()
1558 struct nfs_open_file *ofp; in nfs_refresh_fh()
1999 struct nfs_open_file *nofp = NULL; in nfs_vnop_setattr()
H A Dnfs4_subs.c2697 struct nfs_open_file *nofp; in nfs4_expired_check_delegation()
2765 struct nfs_open_file *nofp; in nfs_recover()