Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/arch/arm/xen/
DMakefile1 obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o
/linux-4.1.27/arch/arm64/xen/
DMakefile1 xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o)
/linux-4.1.27/fs/ceph/
Dcaps.c2477 struct inode *inode, struct ceph_mds_caps *grant, in handle_cap_grant() argument
2488 int seq = le32_to_cpu(grant->seq); in handle_cap_grant()
2489 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant()
2491 u64 size = le64_to_cpu(grant->size); in handle_cap_grant()
2492 u64 max_size = le64_to_cpu(grant->max_size); in handle_cap_grant()
2519 WARN_ON(cap->cap_id != le64_to_cpu(grant->cap_id)); in handle_cap_grant()
2552 inode->i_mode = le32_to_cpu(grant->mode); in handle_cap_grant()
2553 inode->i_uid = make_kuid(&init_user_ns, le32_to_cpu(grant->uid)); in handle_cap_grant()
2554 inode->i_gid = make_kgid(&init_user_ns, le32_to_cpu(grant->gid)); in handle_cap_grant()
2562 set_nlink(inode, le32_to_cpu(grant->nlink)); in handle_cap_grant()
[all …]
/linux-4.1.27/fs/xfs/
Dxfs_sysfs.c171 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show()
185 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()
995 free_bytes = xlog_space_left(log, &log->l_write_head.grant); in xfs_log_space_wake()
1004 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xfs_log_space_wake()
1552 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xlog_grant_push_ail()
1771 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.h924 xlog_crack_grant_head(&log->l_reserve_head.grant,
927 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.1.27/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.1.27/arch/x86/xen/
DMakefile15 grant-table.o suspend.o platform-pci-unplug.o \
/linux-4.1.27/drivers/xen/
Dxen-scsiback.c417 struct page **pg, grant_handle_t *grant, int cnt) in scsiback_gnttab_data_map_batch() argument
434 grant[i] = map[i].handle; in scsiback_gnttab_data_map_batch()
441 grant_handle_t *grant, int cnt, u32 flags) in scsiback_gnttab_data_map_list() argument
458 err = scsiback_gnttab_data_map_batch(map, pg, grant, mapcount); in scsiback_gnttab_data_map_list()
460 grant += mapcount; in scsiback_gnttab_data_map_list()
466 err = scsiback_gnttab_data_map_batch(map, pg, grant, mapcount); in scsiback_gnttab_data_map_list()
482 grant_handle_t *grant; in scsiback_gnttab_data_map() local
536 grant = pending_req->grant_handles + nr_sgl; in scsiback_gnttab_data_map()
540 pg, grant, nr_segments, flags); in scsiback_gnttab_data_map()
550 pg, grant, n_segs, flags); in scsiback_gnttab_data_map()
[all …]
DMakefile5 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.1.27/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.1.27/drivers/block/
Dxen-blkfront.c68 struct grant { struct
77 struct grant **grants_used; argument
78 struct grant **indirect_grants;
195 struct grant *gnt_list_entry, *n; in fill_grant_buffer()
199 gnt_list_entry = kzalloc(sizeof(struct grant), GFP_NOIO); in fill_grant_buffer()
232 static struct grant *get_grant(grant_ref_t *gref_head, in get_grant()
236 struct grant *gnt_list_entry; in get_grant()
240 gnt_list_entry = list_first_entry(&info->grants, struct grant, in get_grant()
404 struct grant *gnt_list_entry = NULL; in blkif_queue_request()
943 struct grant *persistent_gnt; in blkif_free()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt5 Grant Likely <grant.likely@secretlab.ca>
/linux-4.1.27/Documentation/zh_CN/
Dgpio.txt9 Maintainer: Grant Likely <grant.likely@secretlab.ca>
18 英文版维护者: Grant Likely <grant.likely@secretlab.ca>
/linux-4.1.27/arch/powerpc/boot/dts/
Dmedia5200.dts5 * Grant Likely <grant.likely@secretlab.ca>
Dlite5200b.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.1.27/fs/ocfs2/dlm/
Ddlmconvert.c183 goto grant; in __dlmconvert_master()
204 grant: in __dlmconvert_master()
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME60 provided by the National Science Foundation under grant MIP-9311980. The
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1448 int grant = (1 << cli->cl_chunkbits) + cli->cl_extent_tax; in osc_free_grant() local
1454 if (cli->cl_avail_grant < grant && cli->cl_lost_grant >= grant) { in osc_free_grant()
1457 cli->cl_lost_grant -= grant; in osc_free_grant()
1458 cli->cl_avail_grant += grant; in osc_free_grant()
Dosc_request.c876 static void __osc_update_grant(struct client_obd *cli, u64 grant) in __osc_update_grant() argument
879 cli->cl_avail_grant += grant; in __osc_update_grant()
/linux-4.1.27/Documentation/
Dmd-cluster.txt110 4. triggered by grant of EX on ACK (indicating all receivers have processed
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5200.txt5 Grant Likely <grant.likely@secretlab.ca>
/linux-4.1.27/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.1.27/Documentation/usb/
Dproc_usb_info.txt77 grant read/write permissions to other users by using "chmod". Also,
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt505 Grant Likely <grant.likely@linaro.org>, for the "Why ACPI on ARM?" section
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME566 could grant fcntl leases if no other local processes are using
/linux-4.1.27/
DCREDITS1358 E: grant@torque.net
DMAINTAINERS7253 M: Grant Likely <grant.likely@linaro.org>