Searched refs:commitZeroLink (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | namei.c | 28 static s64 commitZeroLink(tid_t, struct inode *); 526 if ((new_size = commitZeroLink(tid, ip)) < 0) { in jfs_unlink() 598 * NAME: commitZeroLink() 621 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink() function 626 jfs_info("commitZeroLink: tid = %d, ip = 0x%p", tid, ip); in commitZeroLink() 1198 if ((new_size = commitZeroLink(tid, new_ip)) < 0) { in jfs_rename()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | namei.c | 28 static s64 commitZeroLink(tid_t, struct inode *); 527 if ((new_size = commitZeroLink(tid, ip)) < 0) { in jfs_unlink() 599 * NAME: commitZeroLink() 622 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink() function 627 jfs_info("commitZeroLink: tid = %d, ip = 0x%p", tid, ip); in commitZeroLink() 1199 if ((new_size = commitZeroLink(tid, new_ip)) < 0) { in jfs_rename()
|
Completed in 3 milliseconds