Home
last modified time | relevance | path

Searched refs:idmap (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/fs/nfs/ !
Didmap.c332 struct idmap { struct
359 struct idmap *idmap; in nfs_idmap_new() local
364 idmap = kzalloc(sizeof(*idmap), GFP_KERNEL); in nfs_idmap_new()
365 if (idmap == NULL) in nfs_idmap_new()
368 idmap->idmap_dentry = rpc_mkpipe(clp->cl_rpcclient->cl_path.dentry, in nfs_idmap_new()
369 "idmap", idmap, &idmap_upcall_ops, 0); in nfs_idmap_new()
370 if (IS_ERR(idmap->idmap_dentry)) { in nfs_idmap_new()
371 error = PTR_ERR(idmap->idmap_dentry); in nfs_idmap_new()
372 kfree(idmap); in nfs_idmap_new()
376 mutex_init(&idmap->idmap_lock); in nfs_idmap_new()
[all …]
DMakefile15 delegation.o idmap.o \
Dnfs4_fs.h14 struct idmap;
/linux-2.6.39/Documentation/filesystems/nfs/ !
Didmapper.txt9 /usr/sbin/nfs.idmap should be called by request-key, and will perform the
23 create id_resolver * * /usr/sbin/nfs.idmap %k %d 600
25 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap.
27 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout
28 is not specified, nfs.idmap will default to 600 seconds.
43 create id_resolver * * /usr/sbin/nfs.idmap %k %d 600
48 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
55 nfs.idmap
57 nfs.idmap is designed to be called by request-key, and should not be run "by
62 The actual lookups are performed by functions found in nfsidmap.h. nfs.idmap
[all …]
/linux-2.6.39/include/linux/ !
Dnfs_fs_sb.h65 struct idmap * cl_idmap;
/linux-2.6.39/arch/arm/mm/ !
DMakefile8 obj-$(CONFIG_MMU) += fault-armv.o flush.o idmap.o ioremap.o \