Searched refs:fuse_lock_owner_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 313 ra->inarg.lock_owner = fuse_lock_owner_id(ff->fm->fc, in fuse_release_common() 366 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id() function 498 inarg.lock_owner = fuse_lock_owner_id(fm->fc, id); in fuse_flush() 774 ia->read.in.lock_owner = fuse_lock_owner_id(fm->fc, owner); in fuse_send_read() 1065 inarg->lock_owner = fuse_lock_owner_id(fm->fc, owner); in fuse_send_write() 2456 inarg->owner = fuse_lock_owner_id(fc, fl->fl_owner); in fuse_lk_fill()
|
H A D | fuse_i.h | 1118 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
|
H A D | dir.c | 1704 inarg.lock_owner = fuse_lock_owner_id(fc, current->files); in fuse_do_setattr()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | file.c | 316 ra->inarg.lock_owner = fuse_lock_owner_id(ff->fm->fc, id); in fuse_file_release() 378 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id() function 514 inarg.lock_owner = fuse_lock_owner_id(fm->fc, id); in fuse_flush() 790 ia->read.in.lock_owner = fuse_lock_owner_id(fm->fc, owner); in fuse_send_read() 1081 inarg->lock_owner = fuse_lock_owner_id(fm->fc, owner); in fuse_send_write() 2536 inarg->owner = fuse_lock_owner_id(fc, fl->fl_owner); in fuse_lk_fill()
|
H A D | fuse_i.h | 1219 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
|
H A D | dir.c | 1938 inarg.lock_owner = fuse_lock_owner_id(fc, current->files); in fuse_do_setattr()
|
Completed in 18 milliseconds