Searched refs:ialloc (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A DMakefile7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A DMakefile7 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A DMakefile7 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A DMakefile7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A DMakefile7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_inode.h23 extern struct inode *ialloc(struct inode *, umode_t);
H A Djfs_inode.c67 * NAME: ialloc()
72 struct inode *ialloc(struct inode *parent, umode_t mode) function
81 jfs_warn("ialloc: new_inode returned NULL!");
90 jfs_warn("ialloc: diAlloc returned %d!", rc);
152 jfs_info("ialloc returns inode = 0x%p\n", inode);
H A Dnamei.c102 ip = ialloc(dip, mode);
240 ip = ialloc(dip, S_IFDIR | mode);
923 ip = ialloc(dip, S_IFLNK | 0777);
1381 ip = ialloc(dir, mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_mount.c784 uint64_t ialloc = 0; local
805 ialloc += pag->pagi_count;
816 sbp->sb_icount = ialloc;

Completed in 199 milliseconds