Searched refs:igrab (Results 26 - 50 of 58) sorted by relevance

123

/linux-master/fs/exfat/
H A Dinode.c619 inode = igrab(&info->vfs_inode);
/linux-master/fs/xfs/scrub/
H A Dcommon.c912 if (!igrab(VFS_I(ip))) {
/linux-master/fs/btrfs/
H A Dordered-data.c182 entry->inode = igrab(&inode->vfs_inode);
H A Dfree-space-cache.c141 inode = igrab(block_group->inode);
160 block_group->inode = igrab(inode);
H A Drelocation.c992 inode = igrab(&entry->vfs_inode);
H A Ddisk-io.c4639 inode = igrab(&btrfs_inode->vfs_inode);
/linux-master/fs/gfs2/
H A Dglock.c968 if (ip && !igrab(&ip->i_inode))
982 if (!igrab(&ip->i_inode))
/linux-master/fs/ocfs2/
H A Dsuper.c959 inode = igrab(sb->s_dquot.files[type]);
1087 inode = igrab(osb->root_inode);
H A Dnamei.c1252 if (!igrab(new_inode))
/linux-master/fs/ceph/
H A Dsnap.c734 struct inode *inode = igrab(&ci->netfs.inode);
H A Dmds_client.c1270 inode = igrab(inode);
1350 inode = igrab(dir);
1842 inode = igrab(&cap->ci->netfs.inode);
2517 inode = igrab(&ci->netfs.inode);
/linux-master/fs/fuse/
H A Ddax.c896 * igrab() was done to make sure inode won't go under us, and this
1161 inode = igrab(pos->inode);
/linux-master/fs/nilfs2/
H A Dinode.c1079 if (list_empty(&ii->i_dirty) && igrab(inode) == NULL) {
/linux-master/fs/fat/
H A Dinode.c372 * 7. lookup() and readdir() do igrab() if they find a F-d-c entry
458 inode = igrab(&i->vfs_inode);
/linux-master/fs/ext2/
H A Dsuper.c1606 if (!inode || !igrab(inode))
/linux-master/fs/xfs/
H A Dxfs_super.c724 * serialised against cache hits here via the inode->i_lock and igrab() in
1734 root = igrab(VFS_I(mp->m_rootip));
/linux-master/fs/jfs/
H A Djfs_txnmgr.c2900 if (! igrab(ip)) {
/linux-master/fs/quota/
H A Ddquot.c2385 dqopt->files[type] = igrab(inode);
/linux-master/fs/reiserfs/
H A Dsuper.c2462 if (!inode || !igrab(inode))
/linux-master/include/linux/
H A Dfs.h3012 extern struct inode * igrab(struct inode *);
/linux-master/fs/bcachefs/
H A Dfs.c1600 igrab(&inode->v)) {
/linux-master/fs/nfs/
H A Dpnfs.c331 struct inode *inode = igrab(lo->plh_inode);
/linux-master/fs/f2fs/
H A Dnode.c1891 inode = igrab(inode);
H A Dsuper.c2953 if (!inode || !igrab(inode))
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c517 igrab(inode);

Completed in 619 milliseconds

123