Home
last modified time | relevance | path

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

/fs/ceph/
Dioctl.c23 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()
Dfile.c670 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()
Dxattr.c596 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()
Dinode.c1741 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()
Dsuper.h722 extern int ceph_do_getattr(struct inode *inode, int mask);