Home
last modified time | relevance | path

Searched refs:sentry (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/arch/x86/
H A Dmtrr.rst315 struct mtrr_sentry sentry;
322 sentry.base = strtoul (argv[1], NULL, 0);
323 sentry.size = strtoul (argv[2], NULL, 0);
324 for (sentry.type = 0; sentry.type < MTRR_NUM_TYPES; ++sentry.type)
326 if (strcmp (argv[3], mtrr_strings[sentry.type]) == 0) break;
328 if (sentry.type >= MTRR_NUM_TYPES)
344 if (ioctl (fd, MTRRIOC_ADD_ENTRY, &sentry) == -1)
/linux/fs/f2fs/
H A Drecovery.c495 struct seg_entry *sentry; in check_index_in_prev_nodes() local
508 sentry = get_seg_entry(sbi, segno); in check_index_in_prev_nodes()
509 if (!f2fs_test_bit(blkoff, sentry->cur_valid_map)) in check_index_in_prev_nodes()
H A Dsegment.c783 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __locate_dirty_segment() local
784 enum dirty_type t = sentry->type; in __locate_dirty_segment()
819 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __remove_dirty_segment() local
820 enum dirty_type t = sentry->type; in __remove_dirty_segment()
1165 struct seg_entry *sentry; in __check_sit_bitmap() local
1172 sentry = get_seg_entry(sbi, segno); in __check_sit_bitmap()
1179 map = (unsigned long *)(sentry->cur_valid_map); in __check_sit_bitmap()
5138 struct seg_entry *sentry; in init_free_segmap() local
5143 sentry = get_seg_entry(sbi, start); in init_free_segmap()
5144 if (!sentry->valid_blocks) in init_free_segmap()
[all …]
H A Dgc.c1018 struct seg_entry *sentry; in check_valid_map() local
1022 sentry = get_seg_entry(sbi, segno); in check_valid_map()
1023 ret = f2fs_test_bit(offset, sentry->cur_valid_map); in check_valid_map()
/linux/security/selinux/ss/
H A Dservices.c1687 struct sidtab_entry *sentry, in compute_sid_handle_invalid_context() argument
1698 if (sidtab_entry_to_string(policydb, sidtab, sentry, &s, &slen)) in compute_sid_handle_invalid_context()
1766 struct sidtab_entry *sentry, *tentry; in security_compute_sid() local
1805 sentry = sidtab_search_entry(sidtab, ssid); in security_compute_sid()
1806 if (!sentry) { in security_compute_sid()
1820 scontext = &sentry->context; in security_compute_sid()
1925 rc = compute_sid_handle_invalid_context(policy, sentry, in security_compute_sid()
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c3897 u32 sentry, eentry; in __subn_get_opa_cc_table() local
3917 sentry = start_block * IB_CCT_ENTRIES; in __subn_get_opa_cc_table()
3918 eentry = sentry + (IB_CCT_ENTRIES * n_blocks); in __subn_get_opa_cc_table()
3925 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_get_opa_cc_table()
3948 u32 sentry, eentry; in __subn_set_opa_cc_table() local
3959 sentry = start_block * IB_CCT_ENTRIES; in __subn_set_opa_cc_table()
3960 eentry = sentry + ((n_blocks - 1) * IB_CCT_ENTRIES) + in __subn_set_opa_cc_table()
3977 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_set_opa_cc_table()
/linux/Documentation/filesystems/ext4/
H A Djournal.rst583 The commit block is a sentry that indicates that a transaction has been