/fs/gfs2/ |
D | lops.c | 614 struct gfs2_log_descriptor *ld = page_address(page); in gfs2_get_log_desc() local 615 clear_page(ld); in gfs2_get_log_desc() 616 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_get_log_desc() 617 ld->ld_header.mh_type = cpu_to_be32(GFS2_METATYPE_LD); in gfs2_get_log_desc() 618 ld->ld_header.mh_format = cpu_to_be32(GFS2_FORMAT_LD); in gfs2_get_log_desc() 619 ld->ld_type = cpu_to_be32(ld_type); in gfs2_get_log_desc() 620 ld->ld_length = cpu_to_be32(ld_length); in gfs2_get_log_desc() 621 ld->ld_data1 = cpu_to_be32(ld_data1); in gfs2_get_log_desc() 622 ld->ld_data2 = 0; in gfs2_get_log_desc() 658 struct gfs2_log_descriptor *ld; in gfs2_before_commit() local [all …]
|
D | recovery.c | 203 struct gfs2_log_descriptor *ld; in foreach_descriptor() local 219 ld = (struct gfs2_log_descriptor *)bh->b_data; in foreach_descriptor() 220 length = be32_to_cpu(ld->ld_length); in foreach_descriptor() 222 if (be32_to_cpu(ld->ld_header.mh_type) == GFS2_METATYPE_LH) { in foreach_descriptor() 241 error = lops_scan_elements(jd, start, ld, ptr, pass); in foreach_descriptor()
|
D | lops.h | 63 struct gfs2_log_descriptor *ld, in lops_scan_elements() argument 71 ld, ptr, pass); in lops_scan_elements()
|
D | incore.h | 62 struct gfs2_log_descriptor *ld, __be64 *ptr,
|
/fs/nfs/ |
D | pnfs_dev.c | 79 _lookup_deviceid(const struct pnfs_layoutdriver_type *ld, in _lookup_deviceid() argument 86 if (d->ld == ld && d->nfs_client == clp && in _lookup_deviceid() 231 nfs4_delete_deviceid(const struct pnfs_layoutdriver_type *ld, in nfs4_delete_deviceid() argument 238 d = _lookup_deviceid(ld, clp, id, nfs4_deviceid_hash(id)); in nfs4_delete_deviceid() 259 d->ld = server->pnfs_curr_ld; in nfs4_init_deviceid_node() 283 nfs4_delete_deviceid(d->ld, d->nfs_client, &d->deviceid); in nfs4_put_deviceid_node() 288 d->ld->free_deviceid_node(d); in nfs4_put_deviceid_node()
|
D | callback_proc.c | 362 const struct pnfs_layoutdriver_type *ld = NULL; in nfs4_callback_devicenotify() local 374 if (!ld || ld->id != dev->cbd_layout_type) { in nfs4_callback_devicenotify() 375 pnfs_put_layoutdriver(ld); in nfs4_callback_devicenotify() 376 ld = pnfs_find_layoutdriver(dev->cbd_layout_type); in nfs4_callback_devicenotify() 377 if (!ld) in nfs4_callback_devicenotify() 380 nfs4_delete_deviceid(ld, cps->clp, &dev->cbd_dev_id); in nfs4_callback_devicenotify() 382 pnfs_put_layoutdriver(ld); in nfs4_callback_devicenotify()
|
D | pnfs.c | 100 void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld) in pnfs_put_layoutdriver() argument 102 if (ld) in pnfs_put_layoutdriver() 103 module_put(ld->owner); in pnfs_put_layoutdriver() 272 struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld; in pnfs_alloc_layout_hdr() local 273 return ld->alloc_layout_hdr(ino, gfp_flags); in pnfs_alloc_layout_hdr() 280 struct pnfs_layoutdriver_type *ld = server->pnfs_curr_ld; in pnfs_free_layout_hdr() local 290 return ld->free_layout_hdr(lo); in pnfs_free_layout_hdr() 1242 struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld; in pnfs_send_layoutreturn() local 1263 if (ld->prepare_layoutreturn) in pnfs_send_layoutreturn() 1264 ld->prepare_layoutreturn(&lrp->args); in pnfs_send_layoutreturn() [all …]
|
D | pnfs.h | 243 extern void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld); 359 const struct pnfs_layoutdriver_type *ld; member 482 struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld; in pnfs_get_ds_info() local 484 if (ld == NULL || ld->get_ds_info == NULL) in pnfs_get_ds_info() 486 return ld->get_ds_info(inode); in pnfs_get_ds_info()
|
/fs/xfs/ |
D | xfs_mount.h | 455 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agno() local 456 do_div(ld, mp->m_sb.sb_agblocks); in xfs_daddr_to_agno() 457 return (xfs_agnumber_t) ld; in xfs_daddr_to_agno() 463 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agbno() local 464 return (xfs_agblock_t) do_div(ld, mp->m_sb.sb_agblocks); in xfs_daddr_to_agbno()
|
D | xfs_inode_item_recover.c | 118 static inline bool xfs_log_dinode_has_bigtime(const struct xfs_log_dinode *ld) in xfs_log_dinode_has_bigtime() argument 120 return ld->di_version >= 3 && in xfs_log_dinode_has_bigtime() 121 (ld->di_flags2 & XFS_DIFLAG2_BIGTIME); in xfs_log_dinode_has_bigtime()
|
/fs/ |
D | Kconfig.binfmt | 28 ld.so (check the file <file:Documentation/Changes> for location and 160 or /lib/ld.so) are still in a.out format, you will have to
|
/fs/nfsd/ |
D | nfs4xdr.c | 3687 nfsd4_encode_lock_denied(struct xdr_stream *xdr, struct nfsd4_lock_denied *ld) in nfsd4_encode_lock_denied() argument 3689 struct xdr_netobj *conf = &ld->ld_owner; in nfsd4_encode_lock_denied() 3707 p = xdr_encode_hyper(p, ld->ld_start); in nfsd4_encode_lock_denied() 3708 p = xdr_encode_hyper(p, ld->ld_length); in nfsd4_encode_lock_denied() 3709 *p++ = cpu_to_be32(ld->ld_type); in nfsd4_encode_lock_denied() 3711 p = xdr_encode_opaque_fixed(p, &ld->ld_clientid, 8); in nfsd4_encode_lock_denied()
|
/fs/nfs/blocklayout/ |
D | blocklayout.c | 599 nfs4_delete_deviceid(node->ld, node->nfs_client, id); in bl_find_get_deviceid()
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1147 nfs4_delete_deviceid(devid->ld, devid->nfs_client, in ff_layout_async_handle_error_v4() 1185 nfs4_delete_deviceid(devid->ld, devid->nfs_client, in ff_layout_async_handle_error_v3()
|