Home
last modified time | relevance | path

Searched refs:new_opt (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/isdn/capi/
Dcapifs.c52 char *new_opt = kstrdup(data, GFP_KERNEL); in capifs_remount() local
69 kfree(new_opt); in capifs_remount()
77 replace_mount_options(s, new_opt); in capifs_remount()
/linux-2.6.39/include/linux/ceph/
Dlibceph.h215 extern int ceph_compare_options(struct ceph_options *new_opt,
/linux-2.6.39/net/ceph/
Dceph_common.c106 int ceph_compare_options(struct ceph_options *new_opt, in ceph_compare_options() argument
109 struct ceph_options *opt1 = new_opt; in ceph_compare_options()
/linux-2.6.39/fs/ceph/
Dsuper.c258 struct ceph_options *new_opt, in compare_mount_options() argument
274 return ceph_compare_options(new_opt, fsc->client); in compare_mount_options()