Home
last modified time | relevance | path

Searched refs:inop (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/scrub/
H A Dparent_repair.c724 xfs_ino_t *inop = priv; in xrep_parent_lookup_pptr() local
736 *inop = parent_ino; in xrep_parent_lookup_pptr()
748 xfs_ino_t *inop) in xrep_parent_lookup_pptrs() argument
752 *inop = NULLFSINO; in xrep_parent_lookup_pptrs()
755 inop); in xrep_parent_lookup_pptrs()
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c1094 xfs_ino_t *inop) in xfs_dialloc_ag_inobt() argument
1359 *inop = ino; in xfs_dialloc_ag_inobt()
1570 xfs_ino_t *inop) in xfs_dialloc_ag() argument
1585 return xfs_dialloc_ag_inobt(pag, tp, agbp, parent, inop); in xfs_dialloc_ag()
1672 *inop = ino; in xfs_dialloc_ag()
/linux/mm/
H A Dshmem.c345 * get_next_ino()). This case is indicated by passing NULL as inop.
348 static int shmem_reserve_inode(struct super_block *sb, ino_t *inop) in shmem_reserve_inode() argument
362 if (inop) { in shmem_reserve_inode()
378 *inop = ino; in shmem_reserve_inode()
381 } else if (inop) { in shmem_reserve_inode()
406 *inop = ino; in shmem_reserve_inode()