Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dioctl.c22 err = ceph_do_getattr(file_inode(file), CEPH_STAT_CAP_LAYOUT, false); in ceph_ioctl_get_layout()
77 err = ceph_do_getattr(file_inode(file), CEPH_STAT_CAP_LAYOUT, false); in ceph_ioctl_set_layout()
Dxattr.c743 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in __ceph_getxattr()
800 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR, true); in ceph_listxattr()
Dfile.c1023 err = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_write_iter()
1168 ret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE, false); in ceph_llseek()
Dsuper.h786 static inline int ceph_do_getattr(struct inode *inode, int mask, bool force) in ceph_do_getattr() function
Dinode.c2060 err = ceph_do_getattr(inode, CEPH_CAP_AUTH_SHARED, false); in ceph_permission()
2078 err = ceph_do_getattr(inode, CEPH_STAT_CAP_INODE_ALL, false); in ceph_getattr()