Home
last modified time | relevance | path

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

/linux/fs/ufs/
H A DMakefile8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/linux/fs/udf/
H A DMakefile8 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
/linux/fs/ext2/
H A DMakefile8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/linux/fs/jfs/
H A Djfs_inode.h10 extern struct inode *ialloc(struct inode *, umode_t);
H A Djfs_inode.c36 * NAME: ialloc()
41 struct inode *ialloc(struct inode *parent, umode_t mode) in ialloc() function
50 jfs_warn("ialloc: new_inode returned NULL!"); in ialloc()
58 jfs_warn("ialloc: diAlloc returned %d!", rc); in ialloc()
120 jfs_info("ialloc returns inode = 0x%p", inode); in ialloc()
H A Dnamei.c92 ip = ialloc(dip, mode); in jfs_create()
225 ip = ialloc(dip, S_IFDIR | mode); in jfs_mkdir()
917 ip = ialloc(dip, S_IFLNK | 0777); in jfs_symlink()
1377 ip = ialloc(dir, mode); in jfs_mknod()
/linux/fs/ext4/
H A DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c52 uint64_t ialloc = 0; in xfs_initialize_perag_data() local
74 ialloc += pag->pagi_count; in xfs_initialize_perag_data()
88 if (fdblocks > sbp->sb_dblocks || ifree > ialloc) { in xfs_initialize_perag_data()
98 sbp->sb_icount = ialloc; in xfs_initialize_perag_data()
/linux/fs/xfs/
H A DMakefile181 ialloc.o \