/linux-4.4.14/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.4.14/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.4.14/arch/arm/xen/ |
D | Makefile | 1 obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o
|
/linux-4.4.14/arch/arm64/xen/ |
D | Makefile | 1 xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o)
|
/linux-4.4.14/drivers/block/ |
D | xen-blkfront.c | 69 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/ |
D | caps.c | 2751 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/ |
D | xfs_sysfs.c | 239 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()
|
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() 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 …]
|
D | xfs_log_priv.h | 350 atomic64_t grant; member
|
D | xfs_trace.h | 973 xlog_crack_grant_head(&log->l_reserve_head.grant, 976 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.4.14/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.4.14/drivers/xen/ |
D | xen-scsiback.c | 411 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 …]
|
D | Makefile | 3 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.4.14/arch/x86/xen/ |
D | Makefile | 15 grant-table.o suspend.o platform-pci-unplug.o \
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/net/can/ |
D | mpc5xxx-mscan.txt | 5 Grant Likely <grant.likely@secretlab.ca>
|
/linux-4.4.14/Documentation/zh_CN/ |
D | gpio.txt | 9 Maintainer: Grant Likely <grant.likely@secretlab.ca> 18 英文版维护者: Grant Likely <grant.likely@secretlab.ca>
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | lite5200b.dts | 5 * Grant Likely <grant.likely@secretlab.ca>
|
D | media5200.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.4.14/fs/ocfs2/dlm/ |
D | dlmconvert.c | 183 goto grant; in __dlmconvert_master() 204 grant: in __dlmconvert_master()
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 551 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/ |
D | README | 60 provided by the National Science Foundation under grant MIP-9311980. The
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 1449 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()
|
D | osc_request.c | 845 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/ |
D | md-cluster.txt | 110 4. triggered by grant of EX on ACK (indicating all receivers have processed
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 5 Grant Likely <grant.likely@secretlab.ca>
|
/linux-4.4.14/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.4.14/Documentation/usb/ |
D | proc_usb_info.txt | 77 grant read/write permissions to other users by using "chmod". Also,
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 505 Grant Likely <grant.likely@linaro.org>, for the "Why ACPI on ARM?" section
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 566 could grant fcntl leases if no other local processes are using
|
/linux-4.4.14/ |
D | CREDITS | 1362 E: grant@torque.net
|
D | MAINTAINERS | 7863 M: Grant Likely <grant.likely@linaro.org>
|