Searched refs:create_file (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_fs.c84 static int create_file(const char *name, mode_t mode, function
380 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir,
383 printk(KERN_ERR "create_file(%s) failed: %d\n", unit, ret);
388 ret = create_file("counters", S_IFREG|S_IRUGO, dir, &tmp,
391 printk(KERN_ERR "create_file(%s/counters) failed: %d\n",
395 ret = create_file("counter_names", S_IFREG|S_IRUGO, dir, &tmp,
398 printk(KERN_ERR "create_file(%s/counter_names) failed: %d\n",
402 ret = create_file("portcounter_names", S_IFREG|S_IRUGO, dir, &tmp,
405 printk(KERN_ERR "create_file(%s/%s) failed: %d\n",
414 ret = create_file(fnam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_fs.c78 static int create_file(const char *name, mode_t mode, function
237 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir,
240 printk(KERN_ERR "create_file(%s) failed: %d\n", unit, ret);
244 ret = create_file("atomic_counters", S_IFREG|S_IRUGO, dir, &tmp,
247 printk(KERN_ERR "create_file(%s/atomic_counters) "
252 ret = create_file("flash", S_IFREG|S_IWUSR|S_IRUGO, dir, &tmp,
255 printk(KERN_ERR "create_file(%s/flash) "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A Dafppasswd.c222 static int create_file(const char *path, uid_t minuid) function
341 return create_file(path, uid_min);

Completed in 75 milliseconds