Home
last modified time | relevance | path

Searched refs:ialloc (Results 1 – 9 of 9) 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/
DMakefile8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
/fs/ext4/
DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
/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()
238 ip = ialloc(dip, S_IFDIR | mode); in jfs_mkdir()
925 ip = ialloc(dip, S_IFLNK | 0777); in jfs_symlink()
1385 ip = ialloc(dir, mode); in jfs_mknod()
/fs/xfs/libxfs/
Dxfs_sb.c788 uint64_t ialloc = 0; in xfs_initialize_perag_data() local
809 ialloc += pag->pagi_count; in xfs_initialize_perag_data()
819 sbp->sb_icount = ialloc; in xfs_initialize_perag_data()