Home
last modified time | relevance | path

Searched refs:fuse_lock_owner_id (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/fuse/
Dfile.c312 ra->inarg.lock_owner = fuse_lock_owner_id(ff->fm->fc, id); in fuse_file_release()
371 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id() function
504 inarg.lock_owner = fuse_lock_owner_id(fm->fc, id); in fuse_flush()
780 ia->read.in.lock_owner = fuse_lock_owner_id(fm->fc, owner); in fuse_send_read()
1062 inarg->lock_owner = fuse_lock_owner_id(fm->fc, owner); in fuse_send_write()
2458 inarg->owner = fuse_lock_owner_id(fc, fl->fl_owner); in fuse_lk_fill()
Dfuse_i.h1149 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
Ddir.c1647 inarg.lock_owner = fuse_lock_owner_id(fc, current->files); in fuse_do_setattr()