Searched refs:dtInitRoot (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dtree.h | 241 extern void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot);
|
H A D | jfs_dtree.c | 2252 * dtInitRoot() acquires txlock on the root in dtDeleteUp() 2254 dtInitRoot(tid, ip, PARENT(ip)); in dtDeleteUp() 2328 * dtInitRoot() acquires txlock on the root in dtDeleteUp() 2330 dtInitRoot(tid, ip, PARENT(ip)); in dtDeleteUp() 2815 * dtInitRoot() 2819 void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot) in dtInitRoot() function
|
H A D | namei.c | 262 dtInitRoot(tid, ip, dip->i_ino); in jfs_mkdir()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dtree.h | 241 extern void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot);
|
H A D | jfs_dtree.c | 2252 * dtInitRoot() acquires txlock on the root in dtDeleteUp() 2254 dtInitRoot(tid, ip, PARENT(ip)); in dtDeleteUp() 2328 * dtInitRoot() acquires txlock on the root in dtDeleteUp() 2330 dtInitRoot(tid, ip, PARENT(ip)); in dtDeleteUp() 2517 * dtInitRoot() 2521 void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot) in dtInitRoot() function
|
H A D | namei.c | 263 dtInitRoot(tid, ip, dip->i_ino); in jfs_mkdir()
|
Completed in 14 milliseconds