Searched refs:nfsd_file (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
D | filecache.c | 85 struct nfsd_file *nf = container_of(rcu, struct nfsd_file, nf_rcu); in nfsd_file_slab_free() 118 nfsd_file_mark_find_or_create(struct nfsd_file *nf) in nfsd_file_mark_find_or_create() 172 static struct nfsd_file * 176 struct nfsd_file *nf; in nfsd_file_alloc() 204 nfsd_file_free(struct nfsd_file *nf) in nfsd_file_free() 222 nfsd_file_check_writeback(struct nfsd_file *nf) in nfsd_file_check_writeback() 235 nfsd_file_check_write_error(struct nfsd_file *nf) in nfsd_file_check_write_error() 245 nfsd_file_do_unhash(struct nfsd_file *nf) in nfsd_file_do_unhash() 259 nfsd_file_unhash(struct nfsd_file *nf) in nfsd_file_unhash() 274 nfsd_file_unhash_and_release_locked(struct nfsd_file *nf, struct list_head *dispose) in nfsd_file_unhash_and_release_locked() [all …]
|
D | filecache.h | 31 struct nfsd_file { struct 57 void nfsd_file_put(struct nfsd_file *nf); argument 58 struct nfsd_file *nfsd_file_get(struct nfsd_file *nf); 62 unsigned int may_flags, struct nfsd_file **nfp);
|
D | vfs.h | 37 struct nfsd_file; 60 __be32 nfsd4_clone_file_range(struct nfsd_file *nf_src, u64 src_pos, 61 struct nfsd_file *nf_dst, u64 dst_pos, 110 struct nfsd_file *nf, loff_t offset,
|
D | state.h | 524 struct nfsd_file *fi_fds[3]; 534 struct nfsd_file *fi_deleg_file; 583 struct nfsd_file *ls_file; 634 stateid_t *stateid, int flags, struct nfsd_file **filp, 683 struct nfsd_file *find_any_file(struct nfs4_file *f);
|
D | nfs4state.c | 434 static struct nfsd_file * 442 static struct nfsd_file * 445 struct nfsd_file *ret; in find_writeable_file_locked() 455 static struct nfsd_file * 458 struct nfsd_file *ret; in find_writeable_file() 467 static struct nfsd_file * 470 struct nfsd_file *ret; in find_readable_file_locked() 480 static struct nfsd_file * 483 struct nfsd_file *ret; in find_readable_file() 492 struct nfsd_file * [all …]
|
D | nfs4proc.c | 1006 struct nfsd_file *nf = NULL; in nfsd4_write() 1044 stateid_t *src_stateid, struct nfsd_file **src, in nfsd4_verify_copy() 1045 stateid_t *dst_stateid, struct nfsd_file **dst) in nfsd4_verify_copy() 1087 struct nfsd_file *src, *dst; in nfsd4_clone() 1298 nfsd4_cleanup_inter_ssc(struct vfsmount *ss_mnt, struct nfsd_file *src, in nfsd4_cleanup_inter_ssc() 1299 struct nfsd_file *dst) in nfsd4_cleanup_inter_ssc() 1320 nfsd4_cleanup_inter_ssc(struct vfsmount *ss_mnt, struct nfsd_file *src, in nfsd4_cleanup_inter_ssc() 1321 struct nfsd_file *dst) in nfsd4_cleanup_inter_ssc() 1349 nfsd4_cleanup_intra_ssc(struct nfsd_file *src, struct nfsd_file *dst) in nfsd4_cleanup_intra_ssc() 1467 copy->nf_src = kzalloc(sizeof(struct nfsd_file), GFP_KERNEL); in nfsd4_do_async_copy() [all …]
|
D | xdr4.h | 307 struct nfsd_file *rd_nf; 569 struct nfsd_file *nf_src; 570 struct nfsd_file *nf_dst;
|
D | vfs.c | 533 __be32 nfsd4_clone_file_range(struct nfsd_file *nf_src, u64 src_pos, in nfsd4_clone_file_range() 534 struct nfsd_file *nf_dst, u64 dst_pos, u64 count, bool sync) in nfsd4_clone_file_range() 975 nfsd_vfs_write(struct svc_rqst *rqstp, struct svc_fh *fhp, struct nfsd_file *nf, in nfsd_vfs_write() 1066 struct nfsd_file *nf; in nfsd_read() 1098 struct nfsd_file *nf; in nfsd_write() 1117 nfsd_filemap_write_and_wait_range(struct nfsd_file *nf, loff_t offset, in nfsd_filemap_write_and_wait_range() 1142 struct nfsd_file *nf; in nfsd_commit()
|
D | trace.h | 417 TP_PROTO(struct nfsd_file *nf), 446 TP_PROTO(struct nfsd_file *nf), \ 458 struct nfsd_file *nf, __be32 status),
|