Home
last modified time | relevance | path

Searched refs:CEPH_DENTRY_ASYNC_UNLINK (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/ceph/
Ddir.c1106 di->flags &= ~CEPH_DENTRY_ASYNC_UNLINK; in ceph_async_unlink_cb()
1229 di->flags |= CEPH_DENTRY_ASYNC_UNLINK; in ceph_unlink()
1251 di->flags &= ~CEPH_DENTRY_ASYNC_UNLINK; in ceph_unlink()
Dsuper.h304 #define CEPH_DENTRY_ASYNC_UNLINK (1 << CEPH_DENTRY_ASYNC_UNLINK_BIT) macro