Searched refs:diAlloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_imap.h | 149 extern int diAlloc(struct inode *, bool, struct inode *);
|
H A D | jfs_inode.c | 56 rc = diAlloc(parent, S_ISDIR(mode), inode); in ialloc() 58 jfs_warn("ialloc: diAlloc returned %d!", rc); in ialloc()
|
H A D | jfs_imap.c | 1291 * There are several places in the diAlloc* routines where we initialize 1307 * NAME: diAlloc(pip,dir,ip) 1322 int diAlloc(struct inode *pip, bool dir, struct inode *ip) in diAlloc() function
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_imap.h | 149 extern int diAlloc(struct inode *, bool, struct inode *);
|
H A D | jfs_inode.c | 56 rc = diAlloc(parent, S_ISDIR(mode), inode); in ialloc() 58 jfs_warn("ialloc: diAlloc returned %d!", rc); in ialloc()
|
H A D | jfs_imap.c | 1289 * There are several places in the diAlloc* routines where we initialize 1305 * NAME: diAlloc(pip,dir,ip) 1320 int diAlloc(struct inode *pip, bool dir, struct inode *ip) in diAlloc() function
|
Completed in 8 milliseconds