Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_attr.h650 int xfs_attr_add_fork(struct xfs_inode *ip, int size, int rsvd);
Dxfs_attr.c997 xfs_attr_add_fork( in xfs_attr_add_fork() function
1074 error = xfs_attr_add_fork(dp, sf_size, rsvd); in xfs_attr_set()
/linux-6.12.1/fs/xfs/scrub/
Dparent_repair.c1210 error = xfs_attr_add_fork(sc->tempip, in xrep_parent_ensure_attr_fork()
1214 return xfs_attr_add_fork(sc->ip, sizeof(struct xfs_attr_sf_hdr), 1); in xrep_parent_ensure_attr_fork()