Searched refs:ceph_do_getattr (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/ceph/ |
| D | ioctl.c | 23 err = ceph_do_getattr(file_inode(file), CEPH_STAT_CAP_LAYOUT, false); in ceph_ioctl_get_layout() 78 err = ceph_do_getattr(file_inode(file), CEPH_STAT_CAP_LAYOUT, false); in ceph_ioctl_set_layout()
|
| D | xattr.c | 839 err = ceph_do_getattr(inode, mask, true); in __ceph_getxattr() 870 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in __ceph_getxattr() 919 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in ceph_listxattr()
|
| D | super.h | 928 static inline int ceph_do_getattr(struct inode *inode, int mask, bool force) in ceph_do_getattr() function
|
| D | file.c | 1441 err = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_write_iter() 1603 ret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_llseek()
|
| D | inode.c | 2297 err = ceph_do_getattr(inode, CEPH_CAP_AUTH_SHARED, false); in ceph_permission() 2339 err = ceph_do_getattr(inode, statx_to_caps(request_mask), in ceph_getattr()
|