Searched refs:ialloc (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | Makefile | 8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | Makefile | 8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | Makefile | 8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | Makefile | 8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | Makefile | 8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | Makefile | 8 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | Makefile | 8 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | Makefile | 8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_inode.h | 10 extern struct inode *ialloc(struct inode *, umode_t);
|
H A D | jfs_inode.c | 36 * 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 D | namei.c | 92 ip = ialloc(dip, mode); in jfs_create() 224 ip = ialloc(dip, S_IFDIR | mode); in jfs_mkdir() 915 ip = ialloc(dip, S_IFLNK | 0777); in jfs_symlink() 1374 ip = ialloc(dir, mode); in jfs_mknod()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_inode.h | 10 extern struct inode *ialloc(struct inode *, umode_t);
|
H A D | jfs_inode.c | 36 * 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 D | namei.c | 92 ip = ialloc(dip, mode); in jfs_create() 225 ip = ialloc(dip, S_IFDIR | mode); in jfs_mkdir() 916 ip = ialloc(dip, S_IFLNK | 0777); in jfs_symlink() 1375 ip = ialloc(dir, mode); in jfs_mknod()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_sb.c | 891 uint64_t ialloc = 0; in xfs_initialize_perag_data() local 913 ialloc += pag->pagi_count; in xfs_initialize_perag_data() 927 if (fdblocks > sbp->sb_dblocks || ifree > ialloc) { in xfs_initialize_perag_data() 936 sbp->sb_icount = ialloc; in xfs_initialize_perag_data()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 182 uint64_t ialloc = 0; in xfs_initialize_perag_data() local 204 ialloc += pag->pagi_count; in xfs_initialize_perag_data() 218 if (fdblocks > sbp->sb_dblocks || ifree > ialloc) { in xfs_initialize_perag_data() 227 sbp->sb_icount = ialloc; in xfs_initialize_perag_data()
|
Completed in 16 milliseconds