Searched refs:inplace (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/drivers/crypto/ |
H A D | mv_cesa.h | 115 * |-----------| 0x40 (inplace) 119 * |-----------| 0x80 (inplace operation)
|
/linux-4.1.27/lib/ |
H A D | test-string_helpers.c | 64 bool inplace) test_string_unescape() 94 if (inplace) { test_string_unescape() 336 test_string_unescape("unescape inplace", test_string_helpers_init() 63 test_string_unescape(const char *name, unsigned int flags, bool inplace) test_string_unescape() argument
|
H A D | bitmap.c | 704 if (dst == src) /* following doesn't handle inplace remaps */ bitmap_remap() 863 if (dst == orig) /* following doesn't handle inplace mappings */ bitmap_onto() 903 if (dst == orig) /* following doesn't handle inplace mappings */ bitmap_fold()
|
/linux-4.1.27/drivers/mtd/ |
H A D | nftlcore.c | 255 int inplace = 1; NFTL_foldchain() local 286 inplace = 0; NFTL_foldchain() 288 /* There's no other reason not to do inplace, NFTL_foldchain() 290 to preserve inplace */ NFTL_foldchain() 291 inplace = 1; NFTL_foldchain() 338 if (inplace) { NFTL_foldchain() 350 pr_debug("Setting inplace to 0. VUC %d, " NFTL_foldchain() 357 inplace = 0; NFTL_foldchain() 368 inplace = 0; NFTL_foldchain() 372 if (!inplace) { NFTL_foldchain()
|
/linux-4.1.27/fs/gfs2/ |
H A D | trans.c | 209 pr_err("Attempting to add uninitialised block to journal (inplace block=%lld)\n", meta_lo_add()
|
H A D | rgrp.c | 2085 * gfs2_inplace_release - release an inplace reservation
|
/linux-4.1.27/drivers/dma-buf/ |
H A D | reservation.c | 226 /* inplace update, no shared fences */ reservation_object_add_excl_fence()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 63 * Every inplace buffer logged in the journal must start with this.
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_extent.c | 276 * disk allocation occurred as an inplace extension. the second extRealloc()
|
H A D | jfs_dmap.c | 1068 * inplace extension is not on an allocation group boundary. dbExtend()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | rx.c | 704 * decryption is inplace, drop it */ iwlagn_set_decrypted_flag()
|
/linux-4.1.27/fs/f2fs/ |
H A D | f2fs.h | 691 atomic_t inplace_count; /* # of inplace update */
|
/linux-4.1.27/scripts/ |
H A D | checkpatch.pl | 88 --fix-inplace EXPERIMENTAL - may create horrible results 150 'fix-inplace!' => \$fix_inplace,
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | common.c | 2701 * decryption is inplace, drop it */ il_set_decrypted_flag()
|
Completed in 686 milliseconds