Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/ceph/
Dceph_fs.h372 #define CEPH_SETATTR_SIZE (1 << 5) macro
/linux-6.12.1/fs/ceph/
Dinode.c2665 mask |= CEPH_SETATTR_SIZE; in __ceph_setattr()
2688 mask |= CEPH_SETATTR_SIZE; in __ceph_setattr()
2817 if (err >= 0 && (mask & CEPH_SETATTR_SIZE)) in __ceph_setattr()