Searched refs:diIAGRead (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_imap.c | 73 static int diIAGRead(struct inomap * imap, int, struct metapage **); 318 rc = diIAGRead(imap, iagno, &mp); in diRead() 321 jfs_err("diRead: diIAGRead returned %d", rc); in diRead() 897 if ((rc = diIAGRead(imap, iagno, &mp))) { in diFree() 958 if ((rc = diIAGRead(imap, fwd, &))) { in diFree() 1039 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1056 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1062 if ((rc = diIAGRead(imap, back, &bmp))) in diFree() 1092 diIAGRead(imap, inofreefwd, &cmp))) in diFree() 1106 diIAGRead(ima in diFree() 2662 static int diIAGRead(struct inomap * imap, int iagno, struct metapage ** mpp) diIAGRead() function [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_imap.c | 73 static int diIAGRead(struct inomap * imap, int, struct metapage **); 316 rc = diIAGRead(imap, iagno, &mp); in diRead() 319 jfs_err("diRead: diIAGRead returned %d", rc); in diRead() 895 if ((rc = diIAGRead(imap, iagno, &mp))) { in diFree() 956 if ((rc = diIAGRead(imap, fwd, &))) { in diFree() 1037 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1054 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1060 if ((rc = diIAGRead(imap, back, &bmp))) in diFree() 1090 diIAGRead(imap, inofreefwd, &cmp))) in diFree() 1104 diIAGRead(ima in diFree() 2660 static int diIAGRead(struct inomap * imap, int iagno, struct metapage ** mpp) diIAGRead() function [all...] |
Completed in 5 milliseconds