Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/ufs/ufs/
HDufs_acl.c189 (uintmax_t)ip->i_number, ITOFS(ip)->fs_fsmnt); in ufs_getacl_nfs4_internal()
198 (uintmax_t)ip->i_number, ITOFS(ip)->fs_fsmnt); in ufs_getacl_nfs4_internal()
266 (uintmax_t)ip->i_number, ITOFS(ip)->fs_fsmnt); in ufs_get_oldacl()
HDinode.h212 #define ITOFS(ip) (ITOUMP(ip)->um_fs) macro
/freebsd-14-stable/sys/ufs/ffs/
HDffs_vnops.c302 lbn = lblkno(ITOFS(ip), (ip->i_size + ITOFS(ip)->fs_bsize - 1)); in ffs_syncvnode()
366 lbn = lblkno(ITOFS(ip), (ip->i_size + in ffs_syncvnode()
367 ITOFS(ip)->fs_bsize - 1)); in ffs_syncvnode()
700 fs = ITOFS(ip); in ffs_read()
898 fs = ITOFS(ip); in ffs_write()
1078 fs = ITOFS(ip); in ffs_extread()
1196 fs = ITOFS(ip); in ffs_extwrite()
1352 fs = ITOFS(ip); in ffs_rdextattr()
1810 fs = ITOFS(ip); in ffs_setextattr()
HDffs_inode.c130 fs = ITOFS(ip); in ffs_update()
719 fs = ITOFS(ip); in ffs_indirtrunc()
823 return (ITOFS(ip)->fs_ronly != 0); in ffs_rdonly()
HDffs_rawread.c441 ITOFS(ip)->fs_bsize; in ffs_rawread()
HDffs_snapshot.c932 fs = ITOFS(ip); in cgaccount()
1660 fs = ITOFS(ip); in ffs_snapremove()
2182 fs = ITOFS(TAILQ_FIRST(&sn->sn_head)); in ffs_bp_snapblk()
2305 fs = ITOFS(ip); in ffs_copyonwrite()
2535 fs = ITOFS(ip); in readblock()
HDffs_alloc.c1254 fs = ITOFS(pip); in ffs_dirpref()
1419 fs = ITOFS(ip); in ffs_blkpref_ufs1()
1539 fs = ITOFS(ip); in ffs_blkpref_ufs2()
1672 fs = ITOFS(ip); in ffs_hashalloc()
2092 fs = ITOFS(ip); in getinobuf()
2791 fs = ITOFS(ip); in ffs_checkfreeblk()
HDffs_balloc.c115 fs = ITOFS(ip); in ffs_balloc_ufs1()
618 fs = ITOFS(ip); in ffs_balloc_ufs2()
HDffs_vfsops.c170 fs = ITOFS(ip); in ffs_blkatoff()
HDffs_softdep.c5790 fs = ITOFS(ip); in newjfreefrag()
6048 freefrag = newfreefrag(ip, oldblkno, ITOFS(ip)->fs_bsize, lbn, in newallocindir()
7260 fs = ITOFS(ip); in trunc_pages()