Lines Matching refs:inode
45 .inode = NULL, in ext2_open()
60 struct ext2_inode *found_inode = args.inode; in ext2_open()
249 .inode = NULL, in ext2_mkdir()
260 struct ext2_inode *found_inode = args.inode; in ext2_mkdir()
296 .inode = NULL, in ext2_opendir()
305 struct ext2_inode *found_inode = args.inode; in ext2_opendir()
507 .inode = NULL, in ext2_unlink()
518 ret = ext2_inode_unlink(args.parent, args.inode, args.offset); in ext2_unlink()
524 rc = ext2_inode_drop(args.inode); in ext2_unlink()
543 .inode = NULL, in ext2_rename()
550 .inode = NULL, in ext2_rename()
565 if (args_to.inode != NULL) { in ext2_rename()
573 ext2_inode_drop(args_from.inode); in ext2_rename()
575 ext2_inode_drop(args_to.inode); in ext2_rename()
605 ext2_inode_drop(args.inode); in ext2_stat()