Home
last modified time | relevance | path

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

/linux-4.1.27/fs/sysv/
DMakefile7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/linux-4.1.27/fs/ufs/
DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/linux-4.1.27/fs/udf/
DMakefile7 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/linux-4.1.27/fs/ext2/
DMakefile7 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/linux-4.1.27/fs/ext3/
DMakefile7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/linux-4.1.27/fs/ext4/
DMakefile7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \
/linux-4.1.27/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()
911 ip = ialloc(dip, S_IFLNK | 0777); in jfs_symlink()
1363 ip = ialloc(dir, mode); in jfs_mknod()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_sb.c711 uint64_t ialloc = 0; in xfs_initialize_perag_data() local
732 ialloc += pag->pagi_count; in xfs_initialize_perag_data()
742 sbp->sb_icount = ialloc; in xfs_initialize_perag_data()
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt212 ext2-y := balloc.o dir.o file.o ialloc.o inode.o ioctl.o \