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()
508 .inode = NULL, in ext2_unlink()
519 ret = ext2_inode_unlink(args.parent, args.inode, args.offset); in ext2_unlink()
525 rc = ext2_inode_drop(args.inode); in ext2_unlink()
544 .inode = NULL, in ext2_rename()
551 .inode = NULL, in ext2_rename()
566 if (args_to.inode != NULL) { in ext2_rename()
574 ext2_inode_drop(args_from.inode); in ext2_rename()
576 ext2_inode_drop(args_to.inode); in ext2_rename()
606 ext2_inode_drop(args.inode); in ext2_stat()