Searched refs:FR_LOCKED (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dev.c | 626 set_bit(FR_LOCKED, &req->flags); in lock_request() 644 clear_bit(FR_LOCKED, &req->flags); in unlock_request() 1313 clear_bit(FR_LOCKED, &req->flags); in fuse_dev_do_read() 1927 set_bit(FR_LOCKED, &req->flags); in fuse_dev_do_write() 1940 clear_bit(FR_LOCKED, &req->flags); in fuse_dev_do_write() 2162 if (!test_bit(FR_LOCKED, &req->flags)) { in fuse_abort_conn()
|
H A D | fuse_i.h | 318 * FR_LOCKED: data is being copied to/from the request 332 FR_LOCKED, enumerator 345 * - FR_LOCKED (may also be modified under fc->lock, tested under both)
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dev.c | 620 set_bit(FR_LOCKED, &req->flags); in lock_request() 638 clear_bit(FR_LOCKED, &req->flags); in unlock_request() 1304 clear_bit(FR_LOCKED, &req->flags); in fuse_dev_do_read() 1916 set_bit(FR_LOCKED, &req->flags); in fuse_dev_do_write() 1929 clear_bit(FR_LOCKED, &req->flags); in fuse_dev_do_write() 2151 if (!test_bit(FR_LOCKED, &req->flags)) { in fuse_abort_conn()
|
H A D | fuse_i.h | 333 * FR_LOCKED: data is being copied to/from the request 347 FR_LOCKED, enumerator 360 * - FR_LOCKED (may also be modified under fc->lock, tested under both)
|
/kernel/liteos_m/components/fs/fatfs/ |
H A D | fatfs.c | 201 case FR_LOCKED:
in FatfsErrno()
|
/kernel/liteos_a/fs/fat/os_adapt/ |
H A D | fatfs.c | 147 case FR_LOCKED: in fatfs_2_vfs()
|
Completed in 15 milliseconds