Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 234) sorted by relevance

12345678910

/fs/ufs/
Dswab.h26 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu()
35 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64()
44 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu()
53 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32()
62 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add()
71 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub()
80 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu()
89 cpu_to_fs16(struct super_block *sbp, u16 n) in cpu_to_fs16()
98 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add()
107 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
Ddir.c190 static struct page *ufs_get_page(struct inode *dir, unsigned long n) in ufs_get_page()
258 unsigned long start, n; in ufs_find_entry() local
324 unsigned long n; in ufs_add_link() local
439 unsigned long n = pos >> PAGE_CACHE_SHIFT; in ufs_readdir() local
/fs/befs/
Dendian.h15 fs64_to_cpu(const struct super_block *sb, fs64 n) in fs64_to_cpu()
24 cpu_to_fs64(const struct super_block *sb, u64 n) in cpu_to_fs64()
33 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu()
42 cpu_to_fs32(const struct super_block *sb, u32 n) in cpu_to_fs32()
51 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu()
60 cpu_to_fs16(const struct super_block *sb, u16 n) in cpu_to_fs16()
71 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) in fsrun_to_cpu()
88 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) in cpu_to_fsrun()
105 fsds_to_cpu(const struct super_block *sb, const befs_disk_data_stream *n) in fsds_to_cpu()
/fs/xfs/
Dxfs_bit.h28 static inline __uint64_t xfs_mask64hi(int n) in xfs_mask64hi()
32 static inline __uint32_t xfs_mask32lo(int n) in xfs_mask32lo()
36 static inline __uint64_t xfs_mask64lo(int n) in xfs_mask64lo()
63 int n = 0; in xfs_lowbit64() local
Dxfs_linux.h162 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL) argument
173 static inline __u32 xfs_do_div(void *a, __u32 b, int n) in xfs_do_div()
204 static inline __u32 xfs_do_mod(void *a, __u32 b, int n) in xfs_do_mod()
229 static inline __u32 xfs_do_div(void *a, __u32 b, int n) in xfs_do_div()
248 static inline __u32 xfs_do_mod(void *a, __u32 b, int n) in xfs_do_mod()
/fs/ubifs/
Dtnc.c231 const int n = zn->child_cnt; in copy_znode() local
589 struct ubifs_znode *znode, int n) in get_znode()
610 static int tnc_next(struct ubifs_info *c, struct ubifs_znode **zn, int *n) in tnc_next()
655 static int tnc_prev(struct ubifs_info *c, struct ubifs_znode **zn, int *n) in tnc_prev()
708 struct ubifs_znode **zn, int *n, in resolve_collision()
897 struct ubifs_znode **zn, int *n, in fallible_resolve_collision()
1041 struct ubifs_znode **zn, int *n, in resolve_collision_directly()
1115 int n; in dirty_cow_bottom_up() local
1176 struct ubifs_znode **zn, int *n) in ubifs_lookup_level0()
1312 struct ubifs_znode **zn, int *n) in lookup_level0_dirty()
[all …]
/fs/qnx6/
Dqnx6.h77 static inline __u64 fs64_to_cpu(struct qnx6_sb_info *sbi, __fs64 n) in fs64_to_cpu()
85 static inline __fs64 cpu_to_fs64(struct qnx6_sb_info *sbi, __u64 n) in cpu_to_fs64()
93 static inline __u32 fs32_to_cpu(struct qnx6_sb_info *sbi, __fs32 n) in fs32_to_cpu()
101 static inline __fs32 cpu_to_fs32(struct qnx6_sb_info *sbi, __u32 n) in cpu_to_fs32()
109 static inline __u16 fs16_to_cpu(struct qnx6_sb_info *sbi, __fs16 n) in fs16_to_cpu()
117 static inline __fs16 cpu_to_fs16(struct qnx6_sb_info *sbi, __u16 n) in cpu_to_fs16()
Ddir.c26 static struct page *qnx6_get_page(struct inode *dir, unsigned long n) in qnx6_get_page()
55 u32 n = s >> (PAGE_CACHE_SHIFT - sb->s_blocksize_bits); /* in pages */ in qnx6_longname() local
125 unsigned long n = pos >> PAGE_CACHE_SHIFT; in qnx6_readdir() local
227 unsigned long start, n; in qnx6_find_entry() local
/fs/jfs/
Djfs_unicode.h56 size_t n) in UniStrncpy_le()
73 size_t n) in UniStrncmp_le()
88 size_t n) in UniStrncpy_to_le()
105 size_t n) in UniStrncpy_from_le()
/fs/minix/
Ditree_v1.c9 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()
26 int n = 0; in block_to_path() local
Ditree_v2.c8 static inline unsigned long block_to_cpu(block_t n) in block_to_cpu()
13 static inline block_t cpu_to_block(unsigned long n) in cpu_to_block()
28 int n = 0; in block_to_path() local
Ddir.c71 static struct page * dir_get_page(struct inode *dir, unsigned long n) in dir_get_page()
91 unsigned long n = pos >> PAGE_CACHE_SHIFT; in minix_readdir() local
166 unsigned long n; in minix_find_entry() local
217 unsigned long n; in minix_add_link() local
/fs/cifs/
Dcifs_unicode.h189 UniStrncat(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncat()
207 UniStrncmp(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncmp()
222 UniStrncmp_le(const wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncmp_le()
237 UniStrncpy(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncpy()
254 UniStrncpy_le(wchar_t *ucs1, const wchar_t *ucs2, size_t n) in UniStrncpy_le()
/fs/sysv/
Dsysv.h191 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n) in fs32_to_cpu()
201 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n) in cpu_to_fs32()
211 static inline __fs32 fs32_add(struct sysv_sb_info *sbi, __fs32 *n, int d) in fs32_add()
222 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n) in fs16_to_cpu()
230 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n) in cpu_to_fs16()
238 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
Ddir.c59 static struct page * dir_get_page(struct inode *dir, unsigned long n) in dir_get_page()
74 unsigned long n = pos >> PAGE_CACHE_SHIFT; in sysv_readdir() local
141 unsigned long start, n; in sysv_find_entry() local
190 unsigned long n; in sysv_add_link() local
/fs/
Dselect.c336 #define FDS_IN(fds, n) (fds->in + n) argument
337 #define FDS_OUT(fds, n) (fds->out + n) argument
338 #define FDS_EX(fds, n) (fds->ex + n) argument
340 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) argument
342 static int max_select_fd(unsigned long n, fd_set_bits *fds) in max_select_fd()
398 int do_select(int n, fd_set_bits *fds, struct timespec *end_time) in do_select()
520 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, in core_sys_select()
595 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() argument
620 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect()
674 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6() argument
[all …]
/fs/nls/
Dnls_utf8.c16 int n; in uni2char() local
31 int n; in char2uni() local
/fs/hpfs/
Dalloc.c62 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp()
150 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector()
254 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) in hpfs_free_sectors()
297 int hpfs_check_free_dnodes(struct super_block *s, int n) in hpfs_check_free_dnodes()
/fs/ext4/
Dblock_validity.c62 struct rb_node **n = &sbi->system_blks.rb_node, *node; in add_system_zone() local
183 struct rb_node *n = EXT4_SB(sb)->system_blks.rb_node; in ext4_release_system_zone() local
226 struct rb_node *n = sbi->system_blks.rb_node; in ext4_data_block_valid() local
/fs/nfs/
Dpnfs_dev.c78 struct hlist_node *n; in _lookup_deviceid() local
225 struct hlist_node *n; in _deviceid_purge_client() local
268 struct hlist_node *n; in nfs4_deviceid_mark_client_invalid() local
/fs/ceph/
Dmdsmap.c21 int n = 0; in ceph_mdsmap_get_random_mds() local
53 int i, j, n; in ceph_mdsmap_decode() local
/fs/ncpfs/
Dncplib_kernel.h141 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(S,m,i,n,k,U) argument
142 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(S,m,i,n,k,U) argument
154 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(m,i,n,k,U) argument
155 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(m,i,n,k,U) argument
/fs/nilfs2/
Dbtree.c195 int n, int lncmax, int rncmax) in nilfs_btree_node_move_left()
223 int n, int lncmax, int rncmax) in nilfs_btree_node_move_right()
461 int i, n; in __nilfs_btree_get_block() local
761 int nchildren, lnchildren, n, move, ncblk; in nilfs_btree_carry_left() local
807 int nchildren, rnchildren, n, move, ncblk; in nilfs_btree_carry_right() local
856 int nchildren, n, move, ncblk; in nilfs_btree_split() local
909 int n, ncblk; in nilfs_btree_grow() local
1214 int nchildren, lnchildren, n, ncblk; in nilfs_btree_borrow_left() local
1246 int nchildren, rnchildren, n, ncblk; in nilfs_btree_borrow_right() local
1279 int n, ncblk; in nilfs_btree_concat_left() local
[all …]
Dcpfile.c77 unsigned int n) in nilfs_cpfile_block_add_valid_checkpoints()
91 unsigned int n) in nilfs_cpfile_block_sub_valid_checkpoints()
125 int n = nilfs_cpfile_checkpoints_per_block(cpfile); in nilfs_cpfile_block_init() local
395 int n, ret; in nilfs_cpfile_do_get_cpinfo() local
446 int n = 0, ret; in nilfs_cpfile_do_get_ssinfo() local
/fs/9p/
Dfid.c108 int n = 0, i; in build_path_from_dentry() local
133 int i, n, l, clone, access; in v9fs_fid_lookup_with_uid() local

12345678910