Searched defs:volume (Results 1 - 9 of 9) sorted by relevance

/fs/afs/
H A Dvolume.c1 /* AFS volume management
24 * lookup a volume by name
26 * "%[cell:]volume[.]" R/W volume
27 * "#[cell:]volume[.]" R/O or R/W volume (rwparent=0),
28 * or R/W (rwparent=1) volume
29 * "%[cell:]volume.readonly" R/O volume
30 * "#[cell:]volume
48 struct afs_volume *volume = NULL; local
172 afs_put_volume(struct afs_volume *volume) argument
221 struct afs_volume *volume = vnode->volume; local
310 struct afs_volume *volume = vnode->volume; local
[all...]
H A Dcache.c66 .name = "AFS.volume",
207 /* delete if the volume IDs for this name differ */
225 * set the key for the volume index entry
230 const struct afs_volume *volume = cookie_netfs_data; local
233 _enter("{%u},%p,%u", volume->type, buffer, bufmax);
235 klen = sizeof(volume->type);
239 memcpy(buffer, &volume->type, sizeof(volume->type));
H A Dinode.c28 struct afs_volume *volume; /* volume on which resides */ member in struct:afs_iget_data
128 vnode->volume = data->volume;
152 data.volume = as->volume;
153 data.fid.vid = as->volume->vid;
211 data.volume = as->volume;
260 vnode->cache = fscache_acquire_cookie(vnode->volume
[all...]
H A Dinternal.h36 AFS_VL_NO_VOLUME, /* no such volume available */
38 AFS_VL_VOLUME_DELETED, /* volume was deleted */
46 afs_voltype_t type; /* type of volume requested */
47 int volnamesz; /* size of volume name */
48 const char *volname; /* name of volume to mount */
49 struct afs_cell *cell; /* cell in which to find volume */
50 struct afs_volume *volume; /* volume record */ member in struct:afs_mount_params
169 * - there's one superblock per volume
172 struct afs_volume *volume; /* volum member in struct:afs_super_info
336 struct afs_volume *volume; /* volume on which vnode resides */ member in struct:afs_vnode
[all...]
/fs/ncpfs/
H A Dncp_fs.h39 unsigned int volume; member in struct:ncp_entry_info
H A Dncplib_kernel.c228 ncp_dbg(1, "volume name too long: %d\n", len);
262 ncp_dbg(1, "volume name too long: %d\n", len);
478 ncp_get_known_namespace(struct ncp_server *server, __u8 volume) argument
488 ncp_add_byte(server, volume);
500 ncp_dbg(1, "found %d on %d\n", *namespace, volume);
526 ncp_update_known_namespace(struct ncp_server *server, __u8 volume, int *ret_ns) argument
528 int ns = ncp_get_known_namespace(server, volume);
533 ncp_dbg(1, "namespace[%d] = %d\n", volume, server->name_space[volume]);
535 if (server->name_space[volume]
572 ncp_mount_subdir(struct ncp_server *server, __u8 volNumber, __u8 srcNS, __le32 dirEntNum, __u32* volume, __le32* newDirEnt, __le32* newDosEnt) argument
592 ncp_get_volume_root(struct ncp_server *server, const char *volname, __u32* volume, __le32* dirent, __le32* dosdirent) argument
[all...]
/fs/nfs/blocklayout/
H A Dblocklayout.h81 u32 volume; member in struct:pnfs_block_volume::__anon325::__anon328
136 sector_t be_v_offset; /* the starting offset in the volume */
/fs/affs/
H A Dsuper.c181 {Opt_volume, "volume=%s"},
191 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts)
203 volume[0] = ':';
204 volume[1] = 0;
278 strlcpy(volume, vol, 32);
472 pr_notice("Mounting volume \"%.*s\": Type=%.3s\\%c, Blocksize=%d\n",
524 char volume[32]; local
532 memcpy(volume, sbi->s_volume, 32);
534 &blocksize, &prefix, volume,
554 memcpy(sbi->s_volume, volume, 3
190 parse_options(char *options, kuid_t *uid, kgid_t *gid, int *mode, int *reserved, s32 *root, int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) argument
[all...]
/fs/udf/
H A Dsuper.c113 udf_err(sb, "Logical volume integrity descriptor corrupted "
219 unsigned int volume; member in struct:udf_options
378 * volume, partition, fileset and rootdir seem to be ignored
415 * novrs Skip volume sequence recognition
421 * volume= Override the VolumeDesc location. (unused)
475 {Opt_volume, "volume=%u"},
497 uopt->volume = 0xFFFFFFFF;
590 uopt->volume = option;
717 * bound to the size of the volume recognition area in the standard.
778 /* invalid id : end of volume recognitio
[all...]

Completed in 62 milliseconds