/linux-4.19.296/include/linux/ |
D | uidgid.h | 61 static inline bool uid_eq(kuid_t left, kuid_t right) in uid_eq() 66 static inline bool gid_eq(kgid_t left, kgid_t right) in gid_eq() 71 static inline bool uid_gt(kuid_t left, kuid_t right) in uid_gt() 76 static inline bool gid_gt(kgid_t left, kgid_t right) in gid_gt() 81 static inline bool uid_gte(kuid_t left, kuid_t right) in uid_gte() 86 static inline bool gid_gte(kgid_t left, kgid_t right) in gid_gte() 91 static inline bool uid_lt(kuid_t left, kuid_t right) in uid_lt() 96 static inline bool gid_lt(kgid_t left, kgid_t right) in gid_lt() 101 static inline bool uid_lte(kuid_t left, kuid_t right) in uid_lte() 106 static inline bool gid_lte(kgid_t left, kgid_t right) in gid_lte()
|
D | projid.h | 36 static inline bool projid_eq(kprojid_t left, kprojid_t right) in projid_eq() 41 static inline bool projid_lt(kprojid_t left, kprojid_t right) in projid_lt()
|
/linux-4.19.296/fs/quota/ |
D | kqid.c | 13 bool qid_eq(struct kqid left, struct kqid right) in qid_eq() 37 bool qid_lt(struct kqid left, struct kqid right) in qid_lt()
|
/linux-4.19.296/lib/ |
D | siphash.c | 50 const u8 left = len & (sizeof(u64) - 1); in __siphash_aligned() local 83 const u8 left = len & (sizeof(u64) - 1); in __siphash_unaligned() local 251 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_aligned() local 284 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_unaligned() local 413 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_aligned() local 436 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_unaligned() local
|
D | iov_iter.c | 154 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local 238 size_t skip, copy, left, wanted; in copy_page_from_iter_iovec() local 495 ssize_t left; in push_pipe() local 969 size_t off = i->iov_offset, left = size; in pipe_advance() local
|
/linux-4.19.296/crypto/ |
D | ecc.c | 174 static int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) in vli_cmp() 223 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, in vli_add() 243 static u64 vli_sub(u64 *result, const u64 *left, const u64 *right, in vli_sub() 262 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64() 297 static void vli_mult(u64 *result, const u64 *left, const u64 *right, in vli_mult() 333 static void vli_square(u64 *result, const u64 *left, unsigned int ndigits) in vli_square() 375 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() 392 static void vli_mod_sub(u64 *result, const u64 *left, const u64 *right, in vli_mod_sub() 536 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, in vli_mod_mult_fast() 546 static void vli_mod_square_fast(u64 *result, const u64 *left, in vli_mod_square_fast()
|
/linux-4.19.296/drivers/misc/cb710/ |
D | sgbuf2.c | 30 size_t len, left = 4; in sg_dwiter_read_buffer() local 106 size_t len, left = 4; in sg_dwiter_write_slow() local
|
/linux-4.19.296/drivers/hid/ |
D | hid-betopff.c | 45 __u16 left, right; in hid_betopff_play() local
|
D | hid-zpff.c | 42 int left, right; in zpff_play() local
|
D | hid-gaff.c | 47 int left, right; in hid_gaff_play() local
|
D | hid-sjoy.c | 46 u32 left, right; in hid_sjoyff_play() local
|
D | hid-axff.c | 49 int left, right; in axff_play() local
|
D | hid-holtekff.c | 107 int left, right; in holtekff_play() local
|
D | hid-lgff.c | 75 unsigned int left, right; in hid_lgff_play() local
|
D | hid-pl.c | 64 int left, right; in hid_plff_play() local
|
D | hid-tmff.c | 92 int left, right; /* Rumbling */ in tmff_play() local
|
/linux-4.19.296/lib/zlib_inflate/ |
D | inftrees.c | 32 int left; /* number of prefix codes available */ in zlib_inflate_table() local
|
D | inflate.c | 322 unsigned have, left; /* available input and output */ in zlib_inflate() local
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_refcount.c | 391 struct xfs_refcount_irec *left, in xfs_refcount_merge_center_extents() 457 struct xfs_refcount_irec *left, in xfs_refcount_merge_left_extent() 572 struct xfs_refcount_irec *left, in xfs_refcount_find_left_extents() 753 struct xfs_refcount_irec left = {0}, cleft = {0}; in xfs_refcount_merge_extents() local
|
/linux-4.19.296/fs/dlm/ |
D | dir.c | 88 int left; in dlm_recover_directory() local
|
/linux-4.19.296/drivers/isdn/hardware/avm/ |
D | b1.c | 156 int i, left; in b1_load_t4file() local 199 int i, j, left; in b1_load_config() local
|
/linux-4.19.296/fs/nfs/blocklayout/ |
D | extent_tree.c | 97 struct pnfs_block_extent *left = ext_tree_prev(be); in ext_try_to_merge_left() local 433 struct pnfs_block_extent *left = ext_tree_prev(be); in ext_tree_mark_written() local
|
/linux-4.19.296/fs/ocfs2/ |
D | localalloc.c | 844 int numfound = 0, bitoff, left, startoff, lastzero; in ocfs2_local_alloc_find_clear_bits() local 972 int bit_off, left, count, start; in ocfs2_sync_local_to_main() local
|
/linux-4.19.296/fs/ntfs/ |
D | runlist.c | 288 bool left = false; /* Left end of @src needs merging. */ in ntfs_rl_insert() local 385 bool left = false; /* Left end of @src needs merging. */ in ntfs_rl_replace() local
|
/linux-4.19.296/include/uapi/linux/tc_ematch/ |
D | tc_em_meta.h | 89 struct tcf_meta_val left; member
|