Home
last modified time | relevance | path

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

/Linux-v4.19/fs/sysv/
DMakefile7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
/Linux-v4.19/fs/ufs/
DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/Linux-v4.19/fs/udf/
DMakefile7 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/Linux-v4.19/fs/ext2/
DMakefile8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/Linux-v4.19/fs/ext4/
DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
/Linux-v4.19/fs/jfs/
Djfs_inode.h23 extern struct inode *ialloc(struct inode *, umode_t);
Djfs_inode.c54 struct inode *ialloc(struct inode *parent, umode_t mode) in ialloc() function
Dnamei.c105 ip = ialloc(dip, mode); in jfs_create()
237 ip = ialloc(dip, S_IFDIR | mode); in jfs_mkdir()
923 ip = ialloc(dip, S_IFLNK | 0777); in jfs_symlink()
1382 ip = ialloc(dir, mode); in jfs_mknod()
/Linux-v4.19/fs/xfs/
DMakefile145 ialloc.o \
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_sb.c872 uint64_t ialloc = 0; in xfs_initialize_perag_data() local
894 ialloc += pag->pagi_count; in xfs_initialize_perag_data()
908 if (fdblocks > sbp->sb_dblocks || ifree > ialloc) { in xfs_initialize_perag_data()
917 sbp->sb_icount = ialloc; in xfs_initialize_perag_data()
/Linux-v4.19/Documentation/kbuild/
Dmakefiles.txt219 ext2-y := balloc.o dir.o file.o ialloc.o inode.o ioctl.o \