/fs/ramfs/ |
D | file-nommu.c | 66 unsigned order; in ramfs_nommu_expand_for_mapping() local 71 order = get_order(newsize); in ramfs_nommu_expand_for_mapping() 72 if (unlikely(order >= MAX_ORDER)) in ramfs_nommu_expand_for_mapping() 86 pages = alloc_pages(mapping_gfp_mask(inode->i_mapping), order); in ramfs_nommu_expand_for_mapping() 91 xpages = 1UL << order; in ramfs_nommu_expand_for_mapping() 94 split_page(pages, order); in ramfs_nommu_expand_for_mapping()
|
/fs/ext4/ |
D | mballoc.c | 420 static void *mb_find_buddy(struct ext4_buddy *e4b, int order, int *max) in mb_find_buddy() argument 427 if (order > e4b->bd_blkbits + 1) { in mb_find_buddy() 434 if (order == 0) in mb_find_buddy() 437 bb = EXT4_MB_BUDDY(e4b) + EXT4_SB(e4b->bd_sb)->s_mb_offsets[order]; in mb_find_buddy() 438 *max = EXT4_SB(e4b->bd_sb)->s_mb_maxs[order]; in mb_find_buddy() 535 int order = e4b->bd_blkbits + 1; in __mb_check_buddy() local 555 while (order > 1) { in __mb_check_buddy() 556 buddy = mb_find_buddy(e4b, order, &max); in __mb_check_buddy() 558 buddy2 = mb_find_buddy(e4b, order - 1, &max2); in __mb_check_buddy() 582 for (j = 0; j < (1 << order); j++) { in __mb_check_buddy() [all …]
|
/fs/cramfs/ |
D | README | 25 The order of inode traversal is described as "width-first" (not to be 28 same order as `ls -AUR' (but without the /^\..*:$/ directory header 29 lines); put another way, the same order as `find -type d -exec 52 The order of <file_data>'s is a depth-first descent of the directory 53 tree, i.e. the same order as `find -size +0 \( -type f -o -type l \)
|
/fs/yaffs2/ |
D | Kconfig | 62 bool "Use the same ecc byte order as Steven Hill's nand_ecc.c" 66 This makes yaffs_ecc.c use the same ecc byte order as Steven 68 order as SmartMedia.
|
/fs/hpfs/ |
D | Kconfig | 10 option in order to be able to read them. Read
|
/fs/reiserfs/ |
D | ibalance.c | 762 int order; /* we return this: it is 0 if there is no S[h], else it is tb->S[h]->b_item_order */ in balance_internal() local 773 order = in balance_internal() 792 return order; in balance_internal() 933 return order; in balance_internal() 1088 return order; in balance_internal()
|
D | fix_node.c | 858 int order; in get_lfree() local 865 order = PATH_H_B_ITEM_ORDER(tb->tb_path, h) - 1; in get_lfree() 867 order = B_NR_ITEMS(l); in get_lfree() 871 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order))); in get_lfree() 880 int order; in get_rfree() local 887 order = PATH_H_B_ITEM_ORDER(tb->tb_path, h) + 1; in get_rfree() 889 order = 0; in get_rfree() 893 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order))); in get_rfree()
|
/fs/fat/ |
D | Kconfig | 15 order to make use of it. 20 order to do that.
|
/fs/ecryptfs/ |
D | crypto.c | 1353 unsigned int order) in ecryptfs_get_zeroed_pages() argument 1357 page = alloc_pages(gfp_mask | __GFP_ZERO, order); in ecryptfs_get_zeroed_pages() 1379 unsigned int order; in ecryptfs_write_metadata() local 1398 order = get_order(virt_len); in ecryptfs_write_metadata() 1400 virt = (char *)ecryptfs_get_zeroed_pages(GFP_KERNEL, order); in ecryptfs_write_metadata() 1425 free_pages((unsigned long)virt, order); in ecryptfs_write_metadata()
|
/fs/jbd/ |
D | Kconfig | 22 enable debugging output while the system is running, in order to
|
/fs/jbd2/ |
D | Kconfig | 26 in order to help track down any problems you are having.
|
/fs/sysv/ |
D | Kconfig | 11 that they contain binaries from those other Unix systems; in order
|
/fs/ext3/ |
D | Kconfig | 25 e2fsprogs version 1.20 or later in order to create ext3 journals
|
/fs/ocfs2/ |
D | Kconfig | 15 You'll want to install the ocfs2-tools package in order to at least
|
/fs/ |
D | dquot.c | 2334 unsigned long nr_hash, order; in dquot_init() local 2346 order = 0; in dquot_init() 2347 dquot_hash = (struct hlist_head *)__get_free_pages(GFP_ATOMIC, order); in dquot_init() 2352 nr_hash = (1UL << order) * PAGE_SIZE / sizeof(struct hlist_head); in dquot_init() 2365 nr_hash, order, (PAGE_SIZE << order)); in dquot_init()
|
/fs/jffs2/ |
D | Kconfig | 172 Tries the compressors in a predefined order and chooses the first
|
/fs/cifs/ |
D | Kconfig | 67 default in order to reduce the possibility of a downgrade
|
D | README | 94 in order to reduce risks, the "nosuid" mount flag is passed in on mount to 354 opens and reads the credential file specified in order 456 in order to turn off multiple settings all at once (ie 699 a user space helper (such as cifs.upcall) to be present in order to
|
D | CHANGES | 183 problem (instantiate inodes/dentries in right order for readdir). 415 or out of order NULL pointer checks in little used error paths). 592 being sent out of signature sequence number order. 852 Fix bigendian bug in order of time conversion. Merge 2.5 to 2.4 version. Formatting cleanup.
|
/fs/affs/ |
D | Changes | 219 - Changed all network byte-order macros to the
|
/fs/befs/ |
D | ChangeLog | 280 * Removed byte-order conversion code.
|
/fs/ntfs/ |
D | ChangeLog | 326 the higher order 32-bits of the 64-bit variable to be zeroed. To fix 982 ntfs_prepare_{,nonresident_}write() in order to discard any
|