Searched refs:ceph_do_getattr (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | ioctl.c | 24 err = ceph_do_getattr(file_inode(file), CEPH_STAT_CAP_LAYOUT, false); in ceph_ioctl_get_layout() 79 err = ceph_do_getattr(file_inode(file), CEPH_STAT_CAP_LAYOUT, false); in ceph_ioctl_set_layout()
|
H A D | xattr.c | 982 err = ceph_do_getattr(inode, mask, true); in __ceph_getxattr() 1019 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in __ceph_getxattr() 1068 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in ceph_listxattr()
|
H A D | export.c | 191 err = ceph_do_getattr(inode, CEPH_CAP_LINK_SHARED, false); in __fh_to_dentry()
|
H A D | super.h | 1087 static inline int ceph_do_getattr(struct inode *inode, int mask, bool force) in ceph_do_getattr() function
|
H A D | inode.c | 2921 err = ceph_do_getattr(inode, CEPH_CAP_AUTH_SHARED, false); in ceph_permission() 2974 err = ceph_do_getattr(inode, in ceph_getattr()
|
H A D | file.c | 2268 err = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_write_iter() 2423 ret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_llseek()
|