Searched refs:ITOFS (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_acl.c191 (uintmax_t)ip->i_number, ITOFS(ip)->fs_fsmnt);
200 (uintmax_t)ip->i_number, ITOFS(ip)->fs_fsmnt);
268 (uintmax_t)ip->i_number, ITOFS(ip)->fs_fsmnt);
H A Dinode.h215 #define ITOFS(ip) (ITOUMP(ip)->um_fs) macro
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_vnops.c289 lbn = lblkno(ITOFS(ip), (ip->i_size + ITOFS(ip)->fs_bsize - 1));
354 lbn = lblkno(ITOFS(ip), (ip->i_size +
355 ITOFS(ip)->fs_bsize - 1));
688 fs = ITOFS(ip);
882 fs = ITOFS(ip);
1050 fs = ITOFS(ip);
1169 fs = ITOFS(ip);
1325 fs = ITOFS(ip);
1799 fs = ITOFS(i
[all...]
H A Dffs_inode.c134 fs = ITOFS(ip);
710 fs = ITOFS(ip);
814 return (ITOFS(ip)->fs_ronly != 0);
H A Dffs_rawread.c451 ITOFS(ip)->fs_bsize;
H A Dffs_snapshot.c921 fs = ITOFS(ip);
1655 fs = ITOFS(ip);
2197 fs = ITOFS(TAILQ_FIRST(&sn->sn_head));
2324 fs = ITOFS(ip);
2561 fs = ITOFS(ip);
H A Dffs_balloc.c116 fs = ITOFS(ip);
609 fs = ITOFS(ip);
H A Dffs_alloc.c1241 fs = ITOFS(pip);
1390 fs = ITOFS(ip);
1503 fs = ITOFS(ip);
1629 fs = ITOFS(ip);
2043 fs = ITOFS(ip);
2745 fs = ITOFS(ip);
H A Dffs_vfsops.c174 fs = ITOFS(ip);
H A Dffs_softdep.c5906 fs = ITOFS(ip);
6166 freefrag = newfreefrag(ip, oldblkno, ITOFS(ip)->fs_bsize, lbn,
7385 fs = ITOFS(ip);

Completed in 146 milliseconds