Searched refs:ceph_do_getattr (Results 1 – 7 of 7) sorted by relevance
/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 | quota.c | 546 ret = ceph_do_getattr(new, CEPH_STAT_RSTAT, false); in ceph_quota_check_rename() 551 ret = ceph_do_getattr(old, CEPH_STAT_RSTAT, false); in ceph_quota_check_rename()
|
D | xattr.c | 848 err = ceph_do_getattr(inode, mask, true); in __ceph_getxattr() 879 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in __ceph_getxattr() 928 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in ceph_listxattr()
|
D | export.c | 184 err = ceph_do_getattr(inode, CEPH_CAP_LINK_SHARED, false); in __fh_to_dentry()
|
D | super.h | 993 static inline int ceph_do_getattr(struct inode *inode, int mask, bool force) in ceph_do_getattr() function
|
D | file.c | 1737 err = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_write_iter() 1907 ret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_llseek()
|
D | inode.c | 2338 err = ceph_do_getattr(inode, CEPH_CAP_AUTH_SHARED, false); in ceph_permission() 2380 err = ceph_do_getattr(inode, statx_to_caps(request_mask), in ceph_getattr()
|