Home
last modified time | relevance | path

Searched refs:CEPH_DENTRY_ASYNC_UNLINK_BIT (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.h319 #define CEPH_DENTRY_ASYNC_UNLINK_BIT (4) macro
320 #define CEPH_DENTRY_ASYNC_UNLINK (1 << CEPH_DENTRY_ASYNC_UNLINK_BIT)
H A Ddir.c1207 if (!test_bit(CEPH_DENTRY_ASYNC_UNLINK_BIT, &di->flags)) in ceph_async_unlink_cb()
1217 wake_up_bit(&di->flags, CEPH_DENTRY_ASYNC_UNLINK_BIT); in ceph_async_unlink_cb()
H A Dmds_client.c857 if (!test_bit(CEPH_DENTRY_ASYNC_UNLINK_BIT, &di->flags)) in ceph_wait_on_conflict_unlink()
878 err = wait_on_bit(&di->flags, CEPH_DENTRY_ASYNC_UNLINK_BIT, in ceph_wait_on_conflict_unlink()

Completed in 12 milliseconds