Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ceph/
Dioctl.c23 err = ceph_do_getattr(file->f_dentry->d_inode, CEPH_STAT_CAP_LAYOUT); in ceph_ioctl_get_layout()
Dfile.c657 int statret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE); in ceph_aio_read()
772 ret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE); in ceph_llseek()
Dxattr.c525 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR); in ceph_getxattr()
585 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR); in ceph_listxattr()
Dinode.c1763 int ceph_do_getattr(struct inode *inode, int mask) in ceph_do_getattr() function
1803 err = ceph_do_getattr(inode, CEPH_CAP_AUTH_SHARED); in ceph_permission()
1821 err = ceph_do_getattr(inode, CEPH_STAT_CAP_INODE_ALL); in ceph_getattr()
Dsuper.h694 extern int ceph_do_getattr(struct inode *inode, int mask);