/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-fs-xfs | 23 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
|
D | sysfs-firmware-ofw | 3 Contact: Grant Likely <grant.likely@linaro.org>
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | xen.txt | 11 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/ |
D | Makefile | 1 obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o
|
/linux-4.1.27/arch/arm64/xen/ |
D | Makefile | 1 xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o)
|
/linux-4.1.27/fs/ceph/ |
D | caps.c | 2477 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/ |
D | xfs_sysfs.c | 171 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()
|
D | xfs_log.c | 197 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 …]
|
D | xfs_log_priv.h | 350 atomic64_t grant; member
|
D | xfs_trace.h | 924 xlog_crack_grant_head(&log->l_reserve_head.grant, 927 xlog_crack_grant_head(&log->l_write_head.grant,
|
D | xfs_log_recover.c | 986 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/ |
D | 00-INDEX | 4 <grant.likely@secretlab.ca> and has a mailing list at
|
D | usage-model.txt | 5 Author: Grant Likely <grant.likely@secretlab.ca>
|
/linux-4.1.27/arch/x86/xen/ |
D | Makefile | 15 grant-table.o suspend.o platform-pci-unplug.o \
|
/linux-4.1.27/drivers/xen/ |
D | xen-scsiback.c | 417 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 …]
|
D | Makefile | 5 obj-y += grant-table.o features.o balloon.o manage.o preempt.o
|
D | Kconfig | 141 tristate "userspace grant access device driver" 149 tristate "User-space grant reference allocator driver"
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 1 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/ |
D | xen-blkfront.c | 68 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/ |
D | mpc5xxx-mscan.txt | 5 Grant Likely <grant.likely@secretlab.ca>
|
/linux-4.1.27/Documentation/zh_CN/ |
D | gpio.txt | 9 Maintainer: Grant Likely <grant.likely@secretlab.ca> 18 英文版维护者: Grant Likely <grant.likely@secretlab.ca>
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | media5200.dts | 5 * Grant Likely <grant.likely@secretlab.ca>
|
D | lite5200b.dts | 5 * Grant Likely <grant.likely@secretlab.ca>
|
D | amigaone.dts | 71 min-grant = <0>;
|
D | lite5200.dts | 5 * Grant Likely <grant.likely@secretlab.ca>
|
D | mpc5200b.dtsi | 5 * Grant Likely <grant@secretlab.ca>
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmconvert.c | 183 goto grant; in __dlmconvert_master() 204 grant: in __dlmconvert_master()
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README | 60 provided by the National Science Foundation under grant MIP-9311980. The
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 1448 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()
|
D | osc_request.c | 876 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/ |
D | md-cluster.txt | 110 4. triggered by grant of EX on ACK (indicating all receivers have processed
|
/linux-4.1.27/Documentation/security/ |
D | keys-request-key.txt | 202 the basal keyring does not grant Search permission.
|
D | credentials.txt | 180 The permitted capabilities are those caps that the process might grant
|
D | keys.txt | 299 The only keys included in the list are those that grant View permission to
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | softfloat-specialize | 11 National Science Foundation under grant MIP-9311980. The original version
|
D | softfloat-macros | 11 National Science Foundation under grant MIP-9311980. The original version
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 4 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/ |
D | mpc5200.txt | 5 Grant Likely <grant.likely@secretlab.ca>
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2-glocks.txt | 69 grant for which we ignore remote demote requests. This is in order to
|
D | spufs.txt | 46 tions, but will not be able to grant permissions that contradict the
|
D | ntfs.txt | 134 Using a umask of zero will grant all permissions to
|
D | xfs-delayed-logging-design.txt | 521 A static reservation needs to manipulate the log grant counters - we can take a
|
/linux-4.1.27/Documentation/usb/ |
D | proc_usb_info.txt | 77 grant read/write permissions to other users by using "chmod". Also,
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 505 Grant Likely <grant.likely@linaro.org>, for the "Why ACPI on ARM?" section
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 566 could grant fcntl leases if no other local processes are using
|
/linux-4.1.27/ |
D | CREDITS | 1358 E: grant@torque.net
|
D | MAINTAINERS | 7253 M: Grant Likely <grant.likely@linaro.org>
|