Home
last modified time | relevance | path

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

/fs/sysv/
DMakefile7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/fs/ufs/
DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/fs/udf/
DMakefile7 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/fs/ext2/
DMakefile7 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/fs/ext3/
DMakefile7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/fs/ext4/
DMakefile7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \
/fs/jfs/
Djfs_inode.h23 extern struct inode *ialloc(struct inode *, umode_t);
Djfs_inode.c72 struct inode *ialloc(struct inode *parent, umode_t mode) in ialloc() function
Dnamei.c103 ip = ialloc(dip, mode); in jfs_create()
235 ip = ialloc(dip, S_IFDIR | mode); in jfs_mkdir()
912 ip = ialloc(dip, S_IFLNK | 0777); in jfs_symlink()
1365 ip = ialloc(dir, mode); in jfs_mknod()
/fs/xfs/
Dxfs_mount.c933 uint64_t ialloc = 0; in xfs_initialize_perag_data() local
954 ialloc += pag->pagi_count; in xfs_initialize_perag_data()
965 sbp->sb_icount = ialloc; in xfs_initialize_perag_data()