Home
last modified time | relevance | path

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

/fs/nfs/
Dnfs4filelayoutdev.c161 struct nfs4_pnfs_ds_addr *da; in nfs4_ds_connect() local
167 list_for_each_entry(da, &ds->ds_addrs, da_node) { in nfs4_ds_connect()
169 __func__, ds->ds_remotestr, da->da_remotestr); in nfs4_ds_connect()
172 (struct sockaddr *)&da->da_addr, in nfs4_ds_connect()
173 da->da_addrlen, IPPROTO_TCP, in nfs4_ds_connect()
200 struct nfs4_pnfs_ds_addr *da; in destroy_ds() local
210 da = list_first_entry(&ds->ds_addrs, in destroy_ds()
213 list_del_init(&da->da_node); in destroy_ds()
214 kfree(da->da_remotestr); in destroy_ds()
215 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.h675 xfs_dir2_da_to_db(struct xfs_mount *mp, xfs_dablk_t da) in xfs_dir2_da_to_db() argument
677 return (xfs_dir2_db_t)(da >> mp->m_sb.sb_dirblklog); in xfs_dir2_da_to_db()
684 xfs_dir2_da_to_byte(struct xfs_mount *mp, xfs_dablk_t da) in xfs_dir2_da_to_byte() argument
686 return xfs_dir2_db_off_to_byte(mp, xfs_dir2_da_to_db(mp, da), 0); in xfs_dir2_da_to_byte()
Dxfs_dir2.c598 xfs_dablk_t da; /* directory file offset */ in xfs_dir2_shrink_inode() local
610 da = xfs_dir2_db_to_da(mp, db); in xfs_dir2_shrink_inode()
614 if ((error = xfs_bunmapi(tp, dp, da, mp->m_dirblkfsbs, in xfs_dir2_shrink_inode()
648 bno = da; in xfs_dir2_shrink_inode()
Dxfs_ioctl.c1374 struct dioattr da; in xfs_file_ioctl() local
1379 da.d_mem = da.d_miniosz = 1 << target->bt_sshift; in xfs_file_ioctl()
1380 da.d_maxiosz = INT_MAX & ~(da.d_miniosz - 1); in xfs_file_ioctl()
1382 if (copy_to_user(arg, &da, sizeof(da))) in xfs_file_ioctl()
/fs/nfs/objlayout/
Dobjlayout.c586 struct pnfs_osd_deviceaddr da; /* This must be last */ member
628 pnfs_osd_xdr_decode_deviceaddr(&odi->da, p); in objlayout_get_deviceinfo()
630 *deviceaddr = &odi->da; in objlayout_get_deviceinfo()
642 da); in objlayout_put_deviceinfo()