Home
last modified time | relevance | path

Searched defs:nlen (Results 1 – 29 of 29) sorted by relevance

/linux-4.1.27/kernel/
Dsysctl_binary.c1223 static const struct bin_table *get_sysctl(const int *name, int nlen, char *path) in get_sysctl()
1278 static char *sysctl_getname(const int *name, int nlen, const struct bin_table **tablep) in sysctl_getname()
1296 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl()
1341 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl()
1350 static void deprecated_sysctl_warning(const int *name, int nlen) in deprecated_sysctl_warning()
1388 static void warn_on_bintable(const int *name, int nlen) in warn_on_bintable()
1401 static ssize_t do_sysctl(int __user *args_name, int nlen, in do_sysctl()
1454 int nlen; member
/linux-4.1.27/drivers/tty/hvc/
Dhvc_beat.c76 int rest, nlen; in hvc_beat_put_chars() local
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_sf.h58 #define XFS_ATTR_SF_ENTSIZE_BYNAME(nlen,vlen) /* space name/value uses */ \ argument
Dxfs_da_format.h832 static inline int xfs_attr_leaf_entsize_remote(int nlen) in xfs_attr_leaf_entsize_remote()
838 static inline int xfs_attr_leaf_entsize_local(int nlen, int vlen) in xfs_attr_leaf_entsize_local()
Dxfs_alloc.c1566 xfs_extlen_t nlen; /* new length of freespace */ in xfs_free_ag_extent() local
/linux-4.1.27/net/ipv6/
Dip6_offload.c173 unsigned int nlen; in ipv6_gro_receive() local
/linux-4.1.27/fs/ubifs/
Dreplay.c405 union ubifs_key *key, const char *name, int nlen, in insert_dent()
454 int nlen = le16_to_cpu(dent->nlen); in ubifs_validate_entry() local
Ddebug.c452 int nlen = le16_to_cpu(dent->nlen); in ubifs_dump_node() local
2061 int nlen; in check_leaf() local
Dtnc.c526 int nlen, err; in matches_name() local
814 int nlen, err; in fallible_matches_name() local
Dubifs-media.h536 __le16 nlen; member
/linux-4.1.27/arch/sparc/kernel/
Dsys_sparc_32.c204 int nlen, err; in sys_getdomainname() local
Dsys_sparc_64.c527 int nlen, err; in SYSCALL_DEFINE2() local
/linux-4.1.27/fs/cachefiles/
Dnamei.c465 int ret, nlen; in cachefiles_walk_to_object() local
/linux-4.1.27/lib/zlib_inflate/
Dinflate.h103 unsigned nlen; /* number of length code lengths */ member
/linux-4.1.27/fs/afs/
Ddir.c237 size_t nlen; in afs_dir_iterate_block() local
395 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir()
/linux-4.1.27/fs/romfs/
Dsuper.c300 unsigned long nlen; in romfs_iget() local
/linux-4.1.27/fs/ext4/
Ddir.c613 int nlen, rlen; in ext4_check_all_de() local
Dnamei.c1804 int nlen, rlen; in ext4_find_dest_de() local
1869 int nlen, rlen; in ext4_insert_dentry() local
/linux-4.1.27/drivers/isdn/hisax/
Dl3ni1.c130 l3ni1_dummy_return_result(struct PStack *st, int id, u_char *p, u_char nlen) in l3ni1_dummy_return_result()
197 int ident, u_char *p, u_char nlen) in l3ni1_dummy_invoke()
224 unsigned char nlen = 0, ilen, cp_tag; in l3ni1_parse_facility() local
Dl3dss1.c131 l3dss1_dummy_return_result(struct PStack *st, int id, u_char *p, u_char nlen) in l3dss1_dummy_return_result()
198 int ident, u_char *p, u_char nlen) in l3dss1_dummy_invoke()
225 unsigned char nlen = 0, ilen, cp_tag; in l3dss1_parse_facility() local
/linux-4.1.27/fs/nfs/
Dpnfs_nfs.c708 int nlen, rlen; in nfs4_decode_mp_ds_addr() local
/linux-4.1.27/net/netlink/
Dgenetlink.c191 size_t nlen = new_longs * sizeof(unsigned long); in genl_allocate_reserve_groups() local
/linux-4.1.27/security/selinux/ss/
Dservices.c722 u32 olen, nlen, tlen; in security_validtrans_handle_fail() local
1345 u32 slen, tlen, nlen; in compute_sid_handle_invalid_context() local
/linux-4.1.27/net/ipv4/
Dtcp_output.c1152 int nlen; in tcp_fragment() local
1718 int nlen = skb->len - len; in tso_fragment() local
/linux-4.1.27/arch/tile/include/asm/
Dcompat.h77 int nlen; member
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_ca_en50221.c178 static char *findstr(char * haystack, int hlen, char * needle, int nlen) in findstr()
/linux-4.1.27/fs/ext3/
Dnamei.c1251 int nlen, rlen, err; in add_dirent_to_buf() local
/linux-4.1.27/include/uapi/linux/
Dsysctl.h38 int nlen; member
/linux-4.1.27/fs/dlm/
Dlock.c438 static int rsb_cmp(struct dlm_rsb *r, const char *name, int nlen) in rsb_cmp()