Home
last modified time | relevance | path

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

/linux-4.4.14/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-firmware-ofw3 Contact: Grant Likely <grant.likely@linaro.org>
/linux-4.4.14/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-4.4.14/arch/arm/xen/
DMakefile1 obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o
/linux-4.4.14/arch/arm64/xen/
DMakefile1 xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o)
/linux-4.4.14/drivers/block/
Dxen-blkfront.c69 struct grant { struct
78 struct grant **grants_used; argument
79 struct grant **indirect_grants;
229 struct grant *gnt_list_entry, *n; in fill_grant_buffer()
233 gnt_list_entry = kzalloc(sizeof(struct grant), GFP_NOIO); in fill_grant_buffer()
266 static struct grant *get_free_grant(struct blkfront_info *info) in get_free_grant()
268 struct grant *gnt_list_entry; in get_free_grant()
271 gnt_list_entry = list_first_entry(&info->grants, struct grant, in get_free_grant()
281 static inline void grant_foreign_access(const struct grant *gnt_list_entry, in grant_foreign_access()
290 static struct grant *get_grant(grant_ref_t *gref_head, in get_grant()
[all …]
/linux-4.4.14/fs/ceph/
Dcaps.c2751 struct inode *inode, struct ceph_mds_caps *grant, in handle_cap_grant() argument
2762 int seq = le32_to_cpu(grant->seq); in handle_cap_grant()
2763 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant()
2765 u64 size = le64_to_cpu(grant->size); in handle_cap_grant()
2766 u64 max_size = le64_to_cpu(grant->max_size); in handle_cap_grant()
2793 WARN_ON(cap->cap_id != le64_to_cpu(grant->cap_id)); in handle_cap_grant()
2827 inode->i_mode = le32_to_cpu(grant->mode); in handle_cap_grant()
2828 inode->i_uid = make_kuid(&init_user_ns, le32_to_cpu(grant->uid)); in handle_cap_grant()
2829 inode->i_gid = make_kgid(&init_user_ns, le32_to_cpu(grant->gid)); in handle_cap_grant()
2837 set_nlink(inode, le32_to_cpu(grant->nlink)); in handle_cap_grant()
[all …]
/linux-4.4.14/fs/xfs/
Dxfs_sysfs.c239 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show()
253 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes); in write_grant_head_show()
Dxfs_log.c197 xlog_assign_grant_head(&head->grant, 1, 0); in xlog_grant_head_init()
280 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()
325 free_bytes = xlog_space_left(log, &head->grant); in xlog_grant_head_check()
407 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_regrant()
472 xlog_grant_add_space(log, &log->l_reserve_head.grant, need_bytes); in xfs_log_reserve()
473 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_reserve()
1010 free_bytes = xlog_space_left(log, &log->l_write_head.grant); in xfs_log_space_wake()
1019 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xfs_log_space_wake()
1569 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xlog_grant_push_ail()
1793 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()
[all …]
Dxfs_log_priv.h350 atomic64_t grant; member
Dxfs_trace.h973 xlog_crack_grant_head(&log->l_reserve_head.grant,
976 xlog_crack_grant_head(&log->l_write_head.grant,
Dxfs_log_recover.c986 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle, in xlog_find_tail()
988 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle, in xlog_find_tail()
/linux-4.4.14/Documentation/devicetree/
D00-INDEX4 <grant.likely@secretlab.ca> and has a mailing list at
Dusage-model.txt5 Author: Grant Likely <grant.likely@secretlab.ca>
/linux-4.4.14/drivers/xen/
Dxen-scsiback.c411 struct page **pg, grant_handle_t *grant, int cnt) in scsiback_gnttab_data_map_batch() argument
428 grant[i] = map[i].handle; in scsiback_gnttab_data_map_batch()
435 grant_handle_t *grant, int cnt, u32 flags) in scsiback_gnttab_data_map_list() argument
452 err = scsiback_gnttab_data_map_batch(map, pg, grant, mapcount); in scsiback_gnttab_data_map_list()
454 grant += mapcount; in scsiback_gnttab_data_map_list()
460 err = scsiback_gnttab_data_map_batch(map, pg, grant, mapcount); in scsiback_gnttab_data_map_list()
476 grant_handle_t *grant; in scsiback_gnttab_data_map() local
530 grant = pending_req->grant_handles + nr_sgl; in scsiback_gnttab_data_map()
534 pg, grant, nr_segments, flags); in scsiback_gnttab_data_map()
544 pg, grant, n_segs, flags); in scsiback_gnttab_data_map()
[all …]
DMakefile3 obj-y += grant-table.o features.o balloon.o manage.o preempt.o
DKconfig141 tristate "userspace grant access device driver"
149 tristate "User-space grant reference allocator driver"
/linux-4.4.14/arch/x86/xen/
DMakefile15 grant-table.o suspend.o platform-pci-unplug.o \
/linux-4.4.14/Documentation/prctl/
Dno_new_privs.txt1 The execve system call can grant a newly-started program privileges that
22 promises not to grant the privilege to do anything that could not have
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt5 Grant Likely <grant.likely@secretlab.ca>
/linux-4.4.14/Documentation/zh_CN/
Dgpio.txt9 Maintainer: Grant Likely <grant.likely@secretlab.ca>
18 英文版维护者: Grant Likely <grant.likely@secretlab.ca>
/linux-4.4.14/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>
Dmpc5200b.dtsi5 * Grant Likely <grant@secretlab.ca>
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmconvert.c183 goto grant; in __dlmconvert_master()
204 grant: in __dlmconvert_master()
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre551 Shows how many bytes we have as a "dirty cache" grant from the
553 some grant back to the server.
554 Dirty cache grant is a way Lustre ensures that cached successful
570 to start releasing dirty grant back to the server.
594 for this target. This is orthogonal to dirty grant and is
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME60 provided by the National Science Foundation under grant MIP-9311980. The
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1449 int grant = (1 << cli->cl_chunkbits) + cli->cl_extent_tax; in osc_free_grant() local
1455 if (cli->cl_avail_grant < grant && cli->cl_lost_grant >= grant) { in osc_free_grant()
1458 cli->cl_lost_grant -= grant; in osc_free_grant()
1459 cli->cl_avail_grant += grant; in osc_free_grant()
Dosc_request.c845 static void __osc_update_grant(struct client_obd *cli, u64 grant) in __osc_update_grant() argument
848 cli->cl_avail_grant += grant; in __osc_update_grant()
/linux-4.4.14/Documentation/
Dmd-cluster.txt110 4. triggered by grant of EX on ACK (indicating all receivers have processed
/linux-4.4.14/arch/arm/nwfpe/
Dsoftfloat-specialize11 National Science Foundation under grant MIP-9311980. The original version
Dsoftfloat-macros11 National Science Foundation under grant MIP-9311980. The original version
/linux-4.4.14/Documentation/security/
Dkeys-request-key.txt202 the basal keyring does not grant Search permission.
Dcredentials.txt180 The permitted capabilities are those caps that the process might grant
Dkeys.txt299 The only keys included in the list are those that grant View permission to
/linux-4.4.14/Documentation/blockdev/
Dparide.txt4 PARIDE v1.03 (c) 1997-8 Grant Guenther <grant@torque.net>
393 by e-mail to grant@torque.net, or join the linux-parport mailing list
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5200.txt5 Grant Likely <grant.likely@secretlab.ca>
/linux-4.4.14/Documentation/filesystems/
Dgfs2-glocks.txt69 grant for which we ignore remote demote requests. This is in order to
Dspufs.txt46 tions, but will not be able to grant permissions that contradict the
Dntfs.txt134 Using a umask of zero will grant all permissions to
Dxfs-delayed-logging-design.txt521 A static reservation needs to manipulate the log grant counters - we can take a
/linux-4.4.14/Documentation/usb/
Dproc_usb_info.txt77 grant read/write permissions to other users by using "chmod". Also,
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt505 Grant Likely <grant.likely@linaro.org>, for the "Why ACPI on ARM?" section
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME566 could grant fcntl leases if no other local processes are using
/linux-4.4.14/
DCREDITS1362 E: grant@torque.net
DMAINTAINERS7863 M: Grant Likely <grant.likely@linaro.org>