Home
last modified time | relevance | path

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

/linux/fs/ext2/
A Dbuilt-in.a6 ialloc.o/
A DMakefile8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
A D.built-in.a.cmd1 …fs/ext2/built-in.a fs/ext2/balloc.o fs/ext2/dir.o fs/ext2/file.o fs/ext2/ialloc.o fs/ext2/inode.o …
A D.ialloc.o.cmd1ialloc.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a…
3 source_fs/ext2/ialloc.o := fs/ext2/ialloc.c
5 deps_fs/ext2/ialloc.o := \
1206 fs/ext2/ialloc.o: $(deps_fs/ext2/ialloc.o)
1208 $(deps_fs/ext2/ialloc.o):
/linux/fs/sysv/
A DMakefile8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/linux/fs/ufs/
A DMakefile8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/linux/fs/udf/
A DMakefile8 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/linux/fs/ext4/
A Dbuilt-in.a14 ialloc.o/
A DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
A D.built-in.a.cmd1 ….o fs/ext4/file.o fs/ext4/fsmap.o fs/ext4/fsync.o fs/ext4/hash.o fs/ext4/ialloc.o fs/ext4/indirect…
A D.ialloc.o.cmd1ialloc.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a…
3 source_fs/ext4/ialloc.o := fs/ext4/ialloc.c
5 deps_fs/ext4/ialloc.o := \
1247 fs/ext4/ialloc.o: $(deps_fs/ext4/ialloc.o)
1249 $(deps_fs/ext4/ialloc.o):
/linux/fs/jfs/
A Djfs_inode.h10 extern struct inode *ialloc(struct inode *, umode_t);
A Djfs_inode.c41 struct inode *ialloc(struct inode *parent, umode_t mode) in ialloc() function
A Dnamei.c92 ip = ialloc(dip, mode); in jfs_create()
225 ip = ialloc(dip, S_IFDIR | mode); in jfs_mkdir()
911 ip = ialloc(dip, S_IFLNK | 0777); in jfs_symlink()
1370 ip = ialloc(dir, mode); in jfs_mknod()
/linux/fs/xfs/libxfs/
A Dxfs_ag.c114 uint64_t ialloc = 0; in xfs_initialize_perag_data() local
136 ialloc += pag->pagi_count; in xfs_initialize_perag_data()
150 if (fdblocks > sbp->sb_dblocks || ifree > ialloc) { in xfs_initialize_perag_data()
159 sbp->sb_icount = ialloc; in xfs_initialize_perag_data()
/linux/fs/xfs/
A DMakefile148 ialloc.o \
/linux/fs/
A Dbuilt-in.a145 ext4/ialloc.o/
171 ext2/ialloc.o/
/linux/Documentation/kbuild/
A Dmakefiles.rst236 ext2-y := balloc.o dir.o file.o ialloc.o inode.o ioctl.o \

Completed in 26 milliseconds