Home
last modified time | relevance | path

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

/linux-3.3/fs/ubifs/
Dxattr.c101 const struct qstr *nm, const void *value, int size) in create_xattr()
251 static int check_namespace(const struct qstr *nm) in check_namespace()
301 struct qstr nm = { .name = name, .len = strlen(name) }; in ubifs_setxattr() local
364 struct qstr nm = { .name = name, .len = strlen(name) }; in ubifs_getxattr() local
427 struct qstr nm = { .name = NULL }; in ubifs_listxattr() local
484 struct inode *inode, const struct qstr *nm) in remove_xattr()
527 struct qstr nm = { .name = name, .len = strlen(name) }; in ubifs_removexattr() local
Dkey.h154 const struct qstr *nm) in dent_key_init()
188 ino_t inum, const struct qstr *nm) in dent_key_init_flash()
222 const struct qstr *nm) in xent_key_init()
239 ino_t inum, const struct qstr *nm) in xent_key_init_flash()
Dtnc.c539 const struct qstr *nm) in matches_name()
709 const struct qstr *nm) in resolve_collision()
827 const struct qstr *nm) in fallible_matches_name()
898 const struct qstr *nm, int adding) in fallible_resolve_collision()
1809 void *node, const struct qstr *nm) in do_lookup_nm()
1857 void *node, const struct qstr *nm) in ubifs_tnc_lookup_nm()
2299 int lnum, int offs, int len, const struct qstr *nm) in ubifs_tnc_add_nm()
2534 const struct qstr *nm) in ubifs_tnc_remove_nm()
2689 struct qstr nm = { .name = NULL }; in ubifs_tnc_remove_ino() local
2767 const struct qstr *nm) in ubifs_tnc_next_ent()
Ddir.c177 const struct qstr *nm) in dbg_check_name()
190 #define dbg_check_name(c, dent, nm) 0 argument
360 struct qstr nm; in ubifs_readdir() local
634 struct qstr nm = { .name = NULL }; in check_dir_empty() local
Djournal.c542 const struct qstr *nm, const struct inode *inode, in ubifs_jnl_update()
1285 const struct inode *inode, const struct qstr *nm) in ubifs_jnl_delete_xattr()
Dreplay.c64 struct qstr nm; member
Ddebug.c238 struct qstr nm = { .name = NULL }; in dbg_dump_inode() local
1189 struct qstr nm = { .name = NULL }; in dbg_check_dir() local
/linux-3.3/scripts/dtc/
Dchecks.c67 #define CHECK(nm, tfn, nfn, pfn, d, lvl, ...) \ argument
81 #define TREE_CHECK(nm, d, lvl, ...) \ argument
83 #define NODE_CHECK(nm, d, lvl, ...) \ argument
85 #define PROP_CHECK(nm, d, lvl, ...) \ argument
87 #define BATCH_CHECK(nm, lvl, ...) \ argument
193 #define CHECK_IS_STRING(nm, propname, lvl) \ argument
210 #define CHECK_IS_CELL(nm, propname, lvl) \ argument
Ddata.c25 struct marker *m, *nm; in data_free() local
/linux-3.3/drivers/scsi/fcoe/
Dfcoe_transport.c448 struct fcoe_netdev_mapping *nm = NULL, *tmp; in fcoe_transport_detach() local
523 struct fcoe_netdev_mapping *nm; in fcoe_add_netdev_mapping() local
543 struct fcoe_netdev_mapping *nm = NULL, *tmp; in fcoe_del_netdev_mapping() local
570 struct fcoe_netdev_mapping *nm; in fcoe_netdev_map_lookup() local
/linux-3.3/security/selinux/ss/
Dmls.c38 char *nm; in mls_compute_context_len() local
91 char *scontextp, *nm; in mls_sid_to_context() local
/linux-3.3/drivers/usb/dwc3/
Ddebugfs.c54 #define dump_register(nm) \ argument
/linux-3.3/include/linux/
Dtransport_class.h27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument
/linux-3.3/sound/pci/asihpi/
Dhpioctl.c313 int idx, nm; in asihpi_adapter_probe() local
/linux-3.3/drivers/mtd/ubi/
Ddebug.c188 char nm[17]; in ubi_dbg_dump_mkvol_req() local
/linux-3.3/mm/
Dmempolicy.c1411 unsigned long __user *nm = NULL; in compat_sys_get_mempolicy() local
1439 unsigned long __user *nm = NULL; in compat_sys_set_mempolicy() local
1463 unsigned long __user *nm = NULL; in compat_sys_mbind() local
/linux-3.3/block/
Dblk-sysfs.c229 unsigned long nm; in queue_nomerges_store() local
/linux-3.3/drivers/gpu/drm/radeon/
Dradeon_i2c.c226 u32 nm; in radeon_get_i2c_prescale() local
/linux-3.3/drivers/md/
Dmd.h495 char nm[20]; in sysfs_link_rdev() local
505 char nm[20]; in sysfs_unlink_rdev() local
/linux-3.3/arch/sparc/kernel/
Dioport.c693 const char *nm; in sparc_io_proc_show() local
/linux-3.3/drivers/media/video/uvc/
Duvc_ctrl.c1906 struct uvc_control_mapping *mapping, *nm; in uvc_ctrl_cleanup_mappings() local
/linux-3.3/net/iucv/
Daf_iucv.c407 static struct sock *__iucv_get_sock_by_name(char *nm) in __iucv_get_sock_by_name()
/linux-3.3/drivers/iommu/
Damd_iommu_types.h679 #define DECLARE_STATS_COUNTER(nm) \ argument
/linux-3.3/include/drm/
Ddrm_crtc.h107 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
/linux-3.3/drivers/scsi/
Dscsi_transport_fc.c1779 fc_parse_wwn(const char *ns, u64 *nm) in fc_parse_wwn()