Searched refs:udf_iget (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dudfdecl.h135 extern struct inode *udf_iget(struct super_block *, struct kernel_lb_addr *);
H A Dsuper.c851 mdata->s_metadata_fe = udf_iget(sb, &addr);
873 mdata->s_mirror_fe = udf_iget(sb, &addr);
905 mdata->s_bitmap_fe = udf_iget(sb, &addr);
1017 map->s_uspace.s_table = udf_iget(sb, &loc);
1052 map->s_fspace.s_table = udf_iget(sb, &loc);
1098 sbi->s_vat_inode = udf_iget(sb, &ino);
2021 inode = udf_iget(sb, &rootdir);
2023 printk(KERN_ERR "UDF-fs: Error in udf_iget, block=%d, "
H A Dnamei.c276 inode = udf_iget(dir->i_sb, lb);
292 inode = udf_iget(dir->i_sb, &loc);
1273 inode = udf_iget(child->d_inode->i_sb, &tloc);
1296 inode = udf_iget(sb, &loc);
H A Dinode.c22 * 12/06/98 blf partition support in udf_iget, udf_block_map
1615 struct inode *udf_iget(struct super_block *sb, struct kernel_lb_addr *ino) function

Completed in 74 milliseconds