Home
last modified time | relevance | path

Searched defs:pip (Results 1 – 7 of 7) sorted by relevance

/fs/xfs/libxfs/
Dxfs_inode_util.c150 const struct xfs_inode *pip) in xfs_inode_inherit_flags()
217 const struct xfs_inode *pip) in xfs_inode_inherit_flags2()
269 struct xfs_inode *pip = args->pip; in xfs_inode_init() local
Dxfs_inode_util.h31 struct xfs_inode *pip; /* parent inode or null */ member
/fs/xfs/scrub/
Dfindparent.c426 struct inode *pip = NULL; in xrep_findparent_from_dcache() local
/fs/xfs/
Dxfs_filestream.c348 struct xfs_inode *pip; in xfs_filestream_select_ag() local
Dxfs_qm.c1348 struct xfs_inode *pip = mp->m_quotainfo->qi_pquotaip; in xfs_qm_quotacheck() local
1622 struct xfs_inode *pip = NULL; in xfs_qm_init_quotainos() local
Dxfs_inode.h518 #define XFS_INHERIT_GID(pip) \ argument
/fs/jfs/
Djfs_imap.c1323 int diAlloc(struct inode *pip, bool dir, struct inode *ip) in diAlloc()