Home
last modified time | relevance | path

Searched refs:ceph_do_getattr (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/ceph/
Dioctl.c23 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()
Dxattr.c938 err = ceph_do_getattr(inode, mask, true); in __ceph_getxattr()
969 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in __ceph_getxattr()
1018 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in ceph_listxattr()
Dexport.c184 err = ceph_do_getattr(inode, CEPH_CAP_LINK_SHARED, false); in __fh_to_dentry()
Dsuper.h1018 static inline int ceph_do_getattr(struct inode *inode, int mask, bool force) in ceph_do_getattr() function
Dfile.c1701 err = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_write_iter()
1870 ret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_llseek()
Dinode.c2302 err = ceph_do_getattr(inode, CEPH_CAP_AUTH_SHARED, false); in ceph_permission()
2352 err = ceph_do_getattr(inode, in ceph_getattr()