Searched refs:nl (Results 1 – 3 of 3) sorted by relevance
| /fs/ceph/ |
| A D | ioctl.c | 72 struct ceph_ioctl_layout nl; in ceph_ioctl_set_layout() local 83 memset(&nl, 0, sizeof(nl)); in ceph_ioctl_set_layout() 85 nl.stripe_count = l.stripe_count; in ceph_ioctl_set_layout() 89 nl.stripe_unit = l.stripe_unit; in ceph_ioctl_set_layout() 91 nl.stripe_unit = ci->i_layout.stripe_unit; in ceph_ioctl_set_layout() 93 nl.object_size = l.object_size; in ceph_ioctl_set_layout() 95 nl.object_size = ci->i_layout.object_size; in ceph_ioctl_set_layout() 97 nl.data_pool = l.data_pool; in ceph_ioctl_set_layout() 99 nl.data_pool = ci->i_layout.pool_id; in ceph_ioctl_set_layout() 102 nl.preferred_osd = -1; in ceph_ioctl_set_layout() [all …]
|
| /fs/xfs/scrub/ |
| A D | nlinks.c | 125 struct xchk_nlink nl; in xchk_nlinks_update_incore() local 138 careful_add(&nl.parents, parents_delta); in xchk_nlinks_update_incore() 139 careful_add(&nl.backrefs, backrefs_delta); in xchk_nlinks_update_incore() 140 careful_add(&nl.children, children_delta); in xchk_nlinks_update_incore() 142 nl.flags |= XCHK_NLINK_WRITTEN; in xchk_nlinks_update_incore() 143 error = xfarray_store(xnc->nlinks, ino, &nl); in xchk_nlinks_update_incore() 607 struct xchk_nlink nl; in xchk_nlinks_comparison_read() local 631 obs->parents = nl.parents; in xchk_nlinks_comparison_read() 632 obs->backrefs = nl.backrefs; in xchk_nlinks_comparison_read() 633 obs->children = nl.children; in xchk_nlinks_comparison_read() [all …]
|
| /fs/xfs/libxfs/ |
| A D | xfs_trans_space.h | 76 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1 argument 77 #define XFS_DIRENTER_SPACE_RES(mp,nl) \ argument 79 XFS_DIRENTER_MAX_SPLIT(mp,nl))
|
Completed in 11 milliseconds