Searched refs:ceph_do_getattr (Results 1 – 5 of 5) sorted by relevance
/fs/ceph/ |
D | ioctl.c | 23 err = ceph_do_getattr(file->f_dentry->d_inode, CEPH_STAT_CAP_LAYOUT); in ceph_ioctl_get_layout() 53 err = ceph_do_getattr(file->f_dentry->d_inode, CEPH_STAT_CAP_LAYOUT); in ceph_ioctl_set_layout()
|
D | file.c | 670 int statret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE); in ceph_aio_read() 802 ret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE); in ceph_llseek()
|
D | xattr.c | 596 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR); in ceph_getxattr() 656 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR); in ceph_listxattr()
|
D | inode.c | 1741 int ceph_do_getattr(struct inode *inode, int mask) in ceph_do_getattr() function 1782 err = ceph_do_getattr(inode, CEPH_CAP_AUTH_SHARED); in ceph_permission() 1800 err = ceph_do_getattr(inode, CEPH_STAT_CAP_INODE_ALL); in ceph_getattr()
|
D | super.h | 722 extern int ceph_do_getattr(struct inode *inode, int mask);
|