Home
last modified time | relevance | path

Searched refs:grant (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-fs-xfs23 The current state of the log reserve grant head. It
25 outstanding transactions. The grant head is exported in
34 The current state of the log write grant head. It
37 rolling transactions. The grant head is exported in
Dsysfs-driver-xen-blkback24 How long a persistent grant is allowed to remain
Dsysfs-firmware-ofw3 Contact: Grant Likely <grant.likely@arm.com>, devicetree@vger.kernel.org
/Linux-v4.19/arch/arm/xen/
DMakefile1 obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o
/Linux-v4.19/arch/arm64/xen/
DMakefile1 xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o)
/Linux-v4.19/drivers/xen/
DKconfig152 tristate "userspace grant access device driver"
160 bool "Add support for dma-buf grant access device driver extension"
164 dma-buf implementation. With this extension grant references to
166 use and grant references coming from a foreign domain can be
170 tristate "User-space grant reference allocator driver"
179 bool "Allow allocating DMA capable buffers with grant reference module"
182 Extends grant table module API to allow allocating DMA capable
183 buffers and mapping foreign grant references on top of it.
Dxen-scsiback.c418 struct page **pg, grant_handle_t *grant, int cnt) in scsiback_gnttab_data_map_batch() argument
435 grant[i] = map[i].handle; in scsiback_gnttab_data_map_batch()
442 grant_handle_t *grant, int cnt, u32 flags) in scsiback_gnttab_data_map_list() argument
459 err = scsiback_gnttab_data_map_batch(map, pg, grant, mapcount); in scsiback_gnttab_data_map_list()
461 grant += mapcount; in scsiback_gnttab_data_map_list()
467 err = scsiback_gnttab_data_map_batch(map, pg, grant, mapcount); in scsiback_gnttab_data_map_list()
483 grant_handle_t *grant; in scsiback_gnttab_data_map() local
537 grant = pending_req->grant_handles + nr_sgl; in scsiback_gnttab_data_map()
541 pg, grant, nr_segments, flags); in scsiback_gnttab_data_map()
551 pg, grant, n_segs, flags); in scsiback_gnttab_data_map()
[all …]
DMakefile4 obj-y += grant-table.o features.o balloon.o manage.o preempt.o time.o
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dxen.txt11 memory where the grant table should be mapped to, using an
13 the whole grant table (it is larger or equal to gnttab_max_grant_frames()).
/Linux-v4.19/drivers/block/
Dxen-blkfront.c84 struct grant { struct
100 struct grant **grants_used; argument
101 struct grant **indirect_grants;
292 struct grant *gnt_list_entry, *n; in fill_grant_buffer()
296 gnt_list_entry = kzalloc(sizeof(struct grant), GFP_NOIO); in fill_grant_buffer()
329 static struct grant *get_free_grant(struct blkfront_ring_info *rinfo) in get_free_grant()
331 struct grant *gnt_list_entry; in get_free_grant()
334 gnt_list_entry = list_first_entry(&rinfo->grants, struct grant, in get_free_grant()
344 static inline void grant_foreign_access(const struct grant *gnt_list_entry, in grant_foreign_access()
353 static struct grant *get_grant(grant_ref_t *gref_head, in get_grant()
[all …]
/Linux-v4.19/fs/xfs/
Dxfs_log.c186 xlog_assign_grant_head(&head->grant, 1, 0); in xlog_grant_head_init()
269 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()
314 free_bytes = xlog_space_left(log, &head->grant); in xlog_grant_head_check()
396 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_regrant()
459 xlog_grant_add_space(log, &log->l_reserve_head.grant, need_bytes); in xfs_log_reserve()
460 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_reserve()
1079 free_bytes = xlog_space_left(log, &log->l_write_head.grant); in xfs_log_space_wake()
1088 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xfs_log_space_wake()
1644 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xlog_grant_push_ail()
1868 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()
[all …]
Dxfs_sysfs.c308 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show()
322 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes); in write_grant_head_show()
Dxfs_log_priv.h339 atomic64_t grant; member
/Linux-v4.19/Documentation/devicetree/
D00-INDEX4 <grant.likely@secretlab.ca> and has a mailing list at
/Linux-v4.19/fs/ceph/
Dcaps.c3036 struct ceph_mds_caps *grant, in handle_cap_grant() argument
3043 int seq = le32_to_cpu(grant->seq); in handle_cap_grant()
3044 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant()
3046 u64 size = le64_to_cpu(grant->size); in handle_cap_grant()
3047 u64 max_size = le64_to_cpu(grant->max_size); in handle_cap_grant()
3072 WARN_ON(cap->cap_id != le64_to_cpu(grant->cap_id)); in handle_cap_grant()
3104 inode->i_mode = le32_to_cpu(grant->mode); in handle_cap_grant()
3105 inode->i_uid = make_kuid(&init_user_ns, le32_to_cpu(grant->uid)); in handle_cap_grant()
3106 inode->i_gid = make_kgid(&init_user_ns, le32_to_cpu(grant->gid)); in handle_cap_grant()
3114 set_nlink(inode, le32_to_cpu(grant->nlink)); in handle_cap_grant()
[all …]
/Linux-v4.19/Documentation/userspace-api/
Dno_new_privs.rst5 The execve system call can grant a newly-started program privileges that
26 promises not to grant the privilege to do anything that could not have
/Linux-v4.19/arch/x86/xen/
DMakefile19 grant-table.o suspend.o platform-pci-unplug.o
/Linux-v4.19/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt5 Grant Likely <grant.likely@secretlab.ca>
/Linux-v4.19/Documentation/translations/zh_CN/
Dgpio.txt9 Maintainer: Grant Likely <grant.likely@secretlab.ca>
18 英文版维护者: Grant Likely <grant.likely@secretlab.ca>
/Linux-v4.19/arch/powerpc/boot/dts/
Dlite5200b.dts5 * Grant Likely <grant.likely@secretlab.ca>
Dmedia5200.dts5 * Grant Likely <grant.likely@secretlab.ca>
Damigaone.dts71 min-grant = <0>;
Dlite5200.dts5 * Grant Likely <grant.likely@secretlab.ca>
/Linux-v4.19/fs/ocfs2/dlm/
Ddlmconvert.c183 goto grant; in __dlmconvert_master()
204 grant: in __dlmconvert_master()
/Linux-v4.19/Documentation/arm/nwfpe/
DREADME60 provided by the National Science Foundation under grant MIP-9311980. The

123