/fs/ufs/ |
D | swab.h | 27 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu() 36 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64() 45 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu() 54 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32() 63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add() 72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub() 81 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu() 90 cpu_to_fs16(struct super_block *sbp, u16 n) in cpu_to_fs16() 99 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add() 108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
|
/fs/befs/ |
D | endian.h | 16 fs64_to_cpu(const struct super_block *sb, fs64 n) in fs64_to_cpu() 25 cpu_to_fs64(const struct super_block *sb, u64 n) in cpu_to_fs64() 34 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu() 43 cpu_to_fs32(const struct super_block *sb, u32 n) in cpu_to_fs32() 52 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu() 61 cpu_to_fs16(const struct super_block *sb, u16 n) in cpu_to_fs16() 72 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) in fsrun_to_cpu() 89 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) in cpu_to_fsrun() 106 fsds_to_cpu(const struct super_block *sb, const befs_disk_data_stream *n) in fsds_to_cpu()
|
/fs/xfs/libxfs/ |
D | xfs_bit.h | 16 static inline uint64_t xfs_mask64hi(int n) in xfs_mask64hi() 20 static inline uint32_t xfs_mask32lo(int n) in xfs_mask32lo() 24 static inline uint64_t xfs_mask64lo(int n) in xfs_mask64lo() 51 int n = 0; in xfs_lowbit64() local
|
/fs/ubifs/ |
D | tnc.c | 181 struct ubifs_old_idx *old_idx, *n; in destroy_old_idx() local 243 const int n = new_zn->child_cnt; in replace_znode() local 618 struct ubifs_znode *znode, int n) in get_znode() 639 static int tnc_next(struct ubifs_info *c, struct ubifs_znode **zn, int *n) in tnc_next() 684 static int tnc_prev(struct ubifs_info *c, struct ubifs_znode **zn, int *n) in tnc_prev() 737 struct ubifs_znode **zn, int *n, in resolve_collision() 926 struct ubifs_znode **zn, int *n, in fallible_resolve_collision() 1071 struct ubifs_znode **zn, int *n, in resolve_collision_directly() 1146 int n; in dirty_cow_bottom_up() local 1207 struct ubifs_znode **zn, int *n) in ubifs_lookup_level0() [all …]
|
/fs/qnx6/ |
D | qnx6.h | 78 static inline __u64 fs64_to_cpu(struct qnx6_sb_info *sbi, __fs64 n) in fs64_to_cpu() 86 static inline __fs64 cpu_to_fs64(struct qnx6_sb_info *sbi, __u64 n) in cpu_to_fs64() 94 static inline __u32 fs32_to_cpu(struct qnx6_sb_info *sbi, __fs32 n) in fs32_to_cpu() 102 static inline __fs32 cpu_to_fs32(struct qnx6_sb_info *sbi, __u32 n) in cpu_to_fs32() 110 static inline __u16 fs16_to_cpu(struct qnx6_sb_info *sbi, __fs16 n) in fs16_to_cpu() 118 static inline __fs16 cpu_to_fs16(struct qnx6_sb_info *sbi, __u16 n) in cpu_to_fs16()
|
D | dir.c | 27 static struct page *qnx6_get_page(struct inode *dir, unsigned long n) in qnx6_get_page() 51 u32 n = s >> (PAGE_SHIFT - sb->s_blocksize_bits); /* in pages */ in qnx6_longname() local 119 unsigned long n = pos >> PAGE_SHIFT; in qnx6_readdir() local 219 unsigned long start, n; in qnx6_find_entry() local
|
/fs/jfs/ |
D | jfs_unicode.h | 43 size_t n) in UniStrncpy_le() 60 size_t n) in UniStrncmp_le() 75 size_t n) in UniStrncpy_to_le() 92 size_t n) in UniStrncpy_from_le()
|
/fs/minix/ |
D | itree_v1.c | 10 static inline unsigned long block_to_cpu(block_t n) in block_to_cpu() 15 static inline block_t cpu_to_block(unsigned long n) in cpu_to_block() 27 int n = 0; in block_to_path() local
|
D | itree_v2.c | 9 static inline unsigned long block_to_cpu(block_t n) in block_to_cpu() 14 static inline block_t cpu_to_block(unsigned long n) in cpu_to_block() 29 int n = 0; in block_to_path() local
|
/fs/cifs/ |
D | cifs_unicode.h | 210 UniStrncat(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncat() 228 UniStrncmp(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncmp() 243 UniStrncmp_le(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncmp_le() 258 UniStrncpy(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncpy() 275 UniStrncpy_le(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncpy_le()
|
/fs/ |
D | select.c | 413 #define FDS_IN(fds, n) (fds->in + n) argument 414 #define FDS_OUT(fds, n) (fds->out + n) argument 415 #define FDS_EX(fds, n) (fds->ex + n) argument 417 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) argument 419 static int max_select_fd(unsigned long n, fd_set_bits *fds) in max_select_fd() 478 static int do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) in do_select() 624 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, in core_sys_select() 703 static int kern_select(int n, fd_set __user *inp, fd_set __user *outp, in kern_select() 725 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() argument 731 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect() [all …]
|
/fs/sysv/ |
D | sysv.h | 188 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n) in fs32_to_cpu() 198 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n) in cpu_to_fs32() 208 static inline __fs32 fs32_add(struct sysv_sb_info *sbi, __fs32 *n, int d) in fs32_add() 219 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n) in fs16_to_cpu() 227 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n) in cpu_to_fs16() 235 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
|
D | dir.c | 55 static struct page * dir_get_page(struct inode *dir, unsigned long n) in dir_get_page() 71 unsigned long n; in sysv_readdir() local 132 unsigned long start, n; in sysv_find_entry() local 181 unsigned long n; in sysv_add_link() local
|
/fs/reiserfs/ |
D | do_balan.c | 149 int n = B_NR_ITEMS(tbS0); in balance_leaf_when_delete_left() local 243 int n; in balance_leaf_when_delete() local 292 int n = B_NR_ITEMS(tb->L[0]); in balance_leaf_insert_left() local 355 int n = B_NR_ITEMS(tb->L[0]); in balance_leaf_paste_left_shift_dirent() local 418 int n = B_NR_ITEMS(tb->L[0]); in balance_leaf_paste_left_shift() local 537 int n = B_NR_ITEMS(tb->L[0]); in balance_leaf_paste_left_whole() local 627 int n = B_NR_ITEMS(tbS0); in balance_leaf_insert_right() local 841 int n = B_NR_ITEMS(tbS0); in balance_leaf_paste_right_whole() local 885 int n = B_NR_ITEMS(tbS0); in balance_leaf_paste_right() local 927 int n = B_NR_ITEMS(tbS0); in balance_leaf_new_nodes_insert() local [all …]
|
/fs/nls/ |
D | nls_utf8.c | 16 int n; in uni2char() local 31 int n; in char2uni() local
|
/fs/ext4/ |
D | block_validity.c | 57 struct ext4_system_zone *entry, *n; in release_system_zone() local 74 struct rb_node **n = &system_blks->root.rb_node, *node; in add_system_zone() local 155 int err = 0, n; in ext4_protect_reserved_inode() local 303 struct rb_node *n; in ext4_sb_block_valid() local
|
/fs/xfs/scrub/ |
D | bitmap.h | 22 #define for_each_xbitmap_extent(bex, n, bitmap) \ argument 25 #define for_each_xbitmap_block(b, bex, n, bitmap) \ argument
|
/fs/nfsd/ |
D | nfs4layouts.c | 386 struct nfs4_layout_stateid *l, *n; in nfsd4_recall_conflict() local 494 struct nfs4_layout *lp, *n; in nfsd4_return_file_layouts() local 536 struct nfs4_layout_stateid *ls, *n; in nfsd4_return_client_layouts() local 579 struct nfs4_layout_stateid *ls, *n; in nfsd4_return_all_client_layouts() local 593 struct nfs4_layout_stateid *ls, *n; in nfsd4_return_all_file_layouts() local 781 struct nfsd4_deviceid_map *map, *n; in nfsd4_exit_pnfs() local
|
/fs/ceph/ |
D | mdsmap.c | 21 int n = 0; in __mdsmap_get_random_mds() local 90 u32 n; in __decode_and_drop_compat_set() local 121 int i, j, n; in ceph_mdsmap_decode() local
|
/fs/squashfs/ |
D | file_direct.c | 36 int i, n, pages, missing_pages, bytes, res = -ENOMEM; in squashfs_readpage_block() local 150 int res = buffer->error, n, offset = 0; in squashfs_read_cache() local
|
/fs/btrfs/ |
D | misc.h | 52 static inline bool is_power_of_two_u64(u64 n) in is_power_of_two_u64() 57 static inline bool has_single_bit_set(u64 n) in has_single_bit_set()
|
/fs/erofs/ |
D | tagptr.h | 15 #define __MAKE_TAGPTR(n) \ argument 34 #define __tagptr_mask_1(ptr, n) \ argument
|
/fs/hpfs/ |
D | buffer.c | 26 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n) in hpfs_search_hotfix_map_for_range() 38 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors()
|
D | alloc.c | 115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() 203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() 315 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) in hpfs_free_sectors() 359 int hpfs_check_free_dnodes(struct super_block *s, int n) in hpfs_check_free_dnodes()
|
/fs/ext2/ |
D | acl.c | 23 int n, count; in ext2_acl_from_disk() local 96 size_t n; in ext2_acl_to_disk() local
|