Searched refs:igrab (Results 51 - 59 of 59) sorted by relevance

123

/linux-master/fs/f2fs/
H A Dnode.c1901 inode = igrab(inode);
/linux-master/fs/fuse/
H A Dfile.c331 * synchronous, so we are fine with not doing igrab() here.
333 ra->inode = sync ? NULL : igrab(&fi->inode);
/linux-master/fs/btrfs/
H A Ddisk-io.c4633 inode = igrab(&btrfs_inode->vfs_inode);
H A Dinode.c1679 * igrab is called higher up in the call chain, take only the
9223 inode = igrab(&binode->vfs_inode);
10895 if (igrab(&inode->vfs_inode)) {
/linux-master/fs/nfs/
H A Dpnfs.c331 struct inode *inode = igrab(lo->plh_inode);
H A Dnfs4proc.c3098 alias = d_splice_alias(igrab(state->inode), dentry);
/linux-master/fs/ceph/
H A Dcaps.c4628 inode = igrab(&ci->netfs.inode);
/linux-master/security/selinux/
H A Dhooks.c587 inode = igrab(inode);
/linux-master/fs/ext4/
H A Dsuper.c7099 if (!inode || !igrab(inode))

Completed in 329 milliseconds

123