Searched refs:igrab (Results 1 - 25 of 58) sorted by relevance

123

/linux-master/fs/ocfs2/
H A Dsysfile.c104 inode = igrab(inode);
116 *arr = igrab(inode);
H A Ddcache.c284 dl->dl_inode = igrab(inode);
H A Djournal.c1016 if (!igrab(inode))
1696 BUG_ON(!igrab(inode));
1725 BUG_ON(!igrab(inode));
H A Dlocalalloc.c1128 igrab(*bitmap_inode);
/linux-master/fs/notify/
H A Dfdinfo.c85 inode = igrab(fsnotify_conn_inode(mark->connector));
111 inode = igrab(fsnotify_conn_inode(mark->connector));
/linux-master/fs/ceph/
H A Dquota.c242 in = has_inode ? igrab(realm->inode) : NULL;
354 in = has_inode ? igrab(realm->inode) : NULL;
507 in = realm->inode ? igrab(realm->inode) : NULL;
H A Dlocks.c38 dst->fl_u.ceph.inode = igrab(inode);
/linux-master/fs/reiserfs/
H A Dfile.c80 igrab(inode);
/linux-master/fs/xfs/
H A Dxfs_filestream.c187 dir = igrab(d_inode(parent));
H A Dxfs_icache.c564 if (!igrab(inode))
1417 if (!igrab(inode))
1615 * made by the icwalk igrab function. Return -EAGAIN to skip an inode.
/linux-master/fs/nfs/
H A Dcallback_proc.c143 inode = igrab(lo->plh_inode);
180 inode = igrab(lo->plh_inode);
H A Ddelegation.c280 inode = igrab(delegation->inode);
1084 res = igrab(delegation->inode);
/linux-master/fs/fat/
H A Dnfs.c36 inode = igrab(&i->vfs_inode);
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c385 ip->ip_parent = igrab(parent);
H A Duserdlm.c157 if (!igrab(inode))
/linux-master/drivers/dax/
H A Dsuper.c101 if (!dax_dev || !dax_alive(dax_dev) || !igrab(&dax_dev->inode))
/linux-master/fs/proc/
H A Dinode.c127 inode = igrab(inode);
/linux-master/fs/gfs2/
H A Dinode.c324 igrab(dir);
1336 igrab(dir);
/linux-master/fs/
H A Dinode.c1380 struct inode *igrab(struct inode *inode) function
1390 * called yet, and somebody is calling igrab
1397 EXPORT_SYMBOL(igrab); variable
/linux-master/fs/f2fs/
H A Dcheckpoint.c1113 inode = igrab(&fi->vfs_inode);
1163 inode = igrab(&fi->vfs_inode);
/linux-master/fs/hfs/
H A Dinode.c549 igrab(dir);
/linux-master/fs/ecryptfs/
H A Dinode.c89 if (!igrab(lower_inode))
/linux-master/fs/btrfs/
H A Dordered-data.c182 entry->inode = igrab(&inode->vfs_inode);
/linux-master/fs/jfs/
H A Dsuper.c858 if (!inode || !igrab(inode))
/linux-master/fs/nilfs2/
H A Dioctl.c623 igrab(inode);

Completed in 301 milliseconds

123