Home
last modified time | relevance | path

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

/freebsd-13-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.h211 #define ITOFS(ip) (ITOUMP(ip)->um_fs) macro
/freebsd-13-stable/sys/ufs/ffs/
HDffs_vnops.c292 lbn = lblkno(ITOFS(ip), (ip->i_size + ITOFS(ip)->fs_bsize - 1)); in ffs_syncvnode()
356 lbn = lblkno(ITOFS(ip), (ip->i_size + in ffs_syncvnode()
357 ITOFS(ip)->fs_bsize - 1)); in ffs_syncvnode()
690 fs = ITOFS(ip); in ffs_read()
887 fs = ITOFS(ip); in ffs_write()
1066 fs = ITOFS(ip); in ffs_extread()
1184 fs = ITOFS(ip); in ffs_extwrite()
1340 fs = ITOFS(ip); in ffs_rdextattr()
1798 fs = ITOFS(ip); in ffs_setextattr()
HDffs_inode.c130 fs = ITOFS(ip); in ffs_update()
713 fs = ITOFS(ip); in ffs_indirtrunc()
817 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()
1658 fs = ITOFS(ip); in ffs_snapremove()
2180 fs = ITOFS(TAILQ_FIRST(&sn->sn_head)); in ffs_bp_snapblk()
2303 fs = ITOFS(ip); in ffs_copyonwrite()
2536 fs = ITOFS(ip); in readblock()
HDffs_alloc.c1252 fs = ITOFS(pip); in ffs_dirpref()
1417 fs = ITOFS(ip); in ffs_blkpref_ufs1()
1529 fs = ITOFS(ip); in ffs_blkpref_ufs2()
1654 fs = ITOFS(ip); in ffs_hashalloc()
2073 fs = ITOFS(ip); in getinobuf()
2772 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.c5781 fs = ITOFS(ip); in newjfreefrag()
6039 freefrag = newfreefrag(ip, oldblkno, ITOFS(ip)->fs_bsize, lbn, in newallocindir()
7251 fs = ITOFS(ip); in trunc_pages()