Home
last modified time | relevance | path

Searched refs:lzfs_hdl (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/lizardfs/lizardfs-3.12.0/src/nfs-ganesha/
H A Dmds_handle.c37 struct lzfs_fsal_handle *lzfs_hdl; in lzfs_fsal_layoutget() local
44 lzfs_hdl = container_of(obj_pub, struct lzfs_fsal_handle, handle); in lzfs_fsal_layoutget()
55 deviceid.device_id2 = lzfs_hdl->export->export.export_id; in lzfs_fsal_layoutget()
56 deviceid.devid = lzfs_hdl->inode; in lzfs_fsal_layoutget()
57 ds_wire.inode = lzfs_hdl->inode; in lzfs_fsal_layoutget()
97 struct lzfs_fsal_handle *lzfs_hdl; in lzfs_fsal_layoutcommit() local
110 lzfs_hdl = container_of(obj_pub, struct lzfs_fsal_handle, handle); in lzfs_fsal_layoutcommit()
112 rc = liz_cred_getattr(lzfs_export->lzfs_instance, op_ctx->creds, lzfs_hdl->inode, &lzfs_old); in lzfs_fsal_layoutcommit()
115 liz_error_string(liz_last_err()), (long long)lzfs_hdl->inode); in lzfs_fsal_layoutcommit()
140 rc = liz_cred_setattr(lzfs_export->lzfs_instance, op_ctx->creds, lzfs_hdl->inode, &attr, mask, in lzfs_fsal_layoutcommit()
[all …]
H A Dhandle.c546 struct lzfs_fsal_handle *lzfs_hdl; in lzfs_int_open_by_handle() local
551 lzfs_hdl = container_of(obj_hdl, struct lzfs_fsal_handle, handle); in lzfs_int_open_by_handle()
570 lzfs_fd = &lzfs_hdl->fd; in lzfs_int_open_by_handle()
624 lzfs_int_close_fd(lzfs_hdl, lzfs_fd); in lzfs_int_open_by_handle()
771 struct lzfs_fsal_handle *lzfs_hdl; in lzfs_fsal_reopen2() local
780 lzfs_hdl->unique_key.export_id, lzfs_hdl->inode); in lzfs_fsal_reopen2()
799 status = lzfs_int_open_fd(lzfs_hdl, openflags, &fd, true); in lzfs_fsal_reopen2()
802 lzfs_int_close_fd(lzfs_hdl, lzfs_share_fd); in lzfs_fsal_reopen2()
815 struct lzfs_fsal_handle *lzfs_hdl; in lzfs_int_open_func() local
821 struct lzfs_fsal_handle *lzfs_hdl; in lzfs_int_close_func() local
[all …]