Home
last modified time | relevance | path

Searched refs:da (Results 1 – 6 of 6) sorted by relevance

/fs/nfs/
Dnfs4filelayoutdev.c155 struct nfs4_pnfs_ds_addr *da; in nfs4_ds_connect() local
163 list_for_each_entry(da, &ds->ds_addrs, da_node) { in nfs4_ds_connect()
165 __func__, ds->ds_remotestr, da->da_remotestr); in nfs4_ds_connect()
168 (struct sockaddr *)&da->da_addr, in nfs4_ds_connect()
169 da->da_addrlen, IPPROTO_TCP); in nfs4_ds_connect()
216 struct nfs4_pnfs_ds_addr *da; in destroy_ds() local
226 da = list_first_entry(&ds->ds_addrs, in destroy_ds()
229 list_del_init(&da->da_node); in destroy_ds()
230 kfree(da->da_remotestr); in destroy_ds()
231 kfree(da); in destroy_ds()
[all …]
/fs/logfs/
Djournal.c88 struct logfs_je_anchor *da) in read_anchor() argument
95 super->s_last_ino = be64_to_cpu(da->da_last_ino); in read_anchor()
97 li->li_height = da->da_height; in read_anchor()
98 i_size_write(inode, be64_to_cpu(da->da_size)); in read_anchor()
99 li->li_used_bytes = be64_to_cpu(da->da_used_bytes); in read_anchor()
102 li->li_data[i] = be64_to_cpu(da->da_data[i]); in read_anchor()
519 struct logfs_je_anchor *da = _da; in __logfs_write_anchor() local
524 da->da_height = li->li_height; in __logfs_write_anchor()
525 da->da_last_ino = cpu_to_be64(super->s_last_ino); in __logfs_write_anchor()
526 da->da_size = cpu_to_be64(i_size_read(inode)); in __logfs_write_anchor()
[all …]
/fs/xfs/
Dxfs_dir2_format.h484 xfs_dir2_da_to_db(struct xfs_mount *mp, xfs_dablk_t da) in xfs_dir2_da_to_db() argument
486 return (xfs_dir2_db_t)(da >> mp->m_sb.sb_dirblklog); in xfs_dir2_da_to_db()
493 xfs_dir2_da_to_byte(struct xfs_mount *mp, xfs_dablk_t da) in xfs_dir2_da_to_byte() argument
495 return xfs_dir2_db_off_to_byte(mp, xfs_dir2_da_to_db(mp, da), 0); in xfs_dir2_da_to_byte()
Dxfs_dir2.c599 xfs_dablk_t da; /* directory file offset */ in xfs_dir2_shrink_inode() local
611 da = xfs_dir2_db_to_da(mp, db); in xfs_dir2_shrink_inode()
615 if ((error = xfs_bunmapi(tp, dp, da, mp->m_dirblkfsbs, in xfs_dir2_shrink_inode()
649 bno = da; in xfs_dir2_shrink_inode()
Dxfs_ioctl.c1343 struct dioattr da; in xfs_file_ioctl() local
1348 da.d_mem = da.d_miniosz = 1 << target->bt_sshift; in xfs_file_ioctl()
1349 da.d_maxiosz = INT_MAX & ~(da.d_miniosz - 1); in xfs_file_ioctl()
1351 if (copy_to_user(arg, &da, sizeof(da))) in xfs_file_ioctl()
/fs/nfs/objlayout/
Dobjlayout.c594 struct pnfs_osd_deviceaddr da; /* This must be last */ member
636 pnfs_osd_xdr_decode_deviceaddr(&odi->da, p); in objlayout_get_deviceinfo()
638 *deviceaddr = &odi->da; in objlayout_get_deviceinfo()
650 da); in objlayout_put_deviceinfo()