Home
last modified time | relevance | path

Searched refs:volume (Results 1 – 23 of 23) sorted by relevance

/fs/afs/
Dvolume.c48 struct afs_volume *volume = NULL; in afs_volume_lookup() local
90 volume = vlocation->vols[params->type]; in afs_volume_lookup()
91 afs_get_volume(volume); in afs_volume_lookup()
99 volume = kzalloc(sizeof(struct afs_volume), GFP_KERNEL); in afs_volume_lookup()
100 if (!volume) in afs_volume_lookup()
103 atomic_set(&volume->usage, 1); in afs_volume_lookup()
104 volume->type = params->type; in afs_volume_lookup()
105 volume->type_force = params->force; in afs_volume_lookup()
106 volume->cell = params->cell; in afs_volume_lookup()
107 volume->vid = vlocation->vldb.vid[params->type]; in afs_volume_lookup()
[all …]
Dsuper.c281 return as->volume == params->volume; in afs_test_super()
305 afs_get_volume(params->volume); in afs_fill_super()
306 as->volume = params->volume; in afs_fill_super()
316 fid.vid = as->volume->vid; in afs_fill_super()
338 afs_put_volume(as->volume); in afs_fill_super()
393 params.volume = vol; in afs_get_sb()
421 afs_put_volume(params.volume); in afs_get_sb()
427 afs_put_volume(params.volume); in afs_get_sb()
444 afs_put_volume(as->volume); in afs_put_super()
486 vnode->volume = NULL; in afs_alloc_inode()
[all …]
Dcache.c164 struct afs_volume *volume = target; in afs_volume_cache_match() local
166 _enter("{%u},{%u}", volume->type, vhash->vtype); in afs_volume_cache_match()
168 if (volume->type == vhash->vtype) { in afs_volume_cache_match()
185 struct afs_volume *volume = source; in afs_volume_cache_update() local
189 vhash->vtype = volume->type; in afs_volume_cache_update()
Dvnode.c275 vnode->volume->vlocation->vldb.name, in afs_vnode_fetch_status()
403 vnode->volume->vlocation->vldb.name, in afs_vnode_fetch_data()
460 vnode->volume->vlocation->vldb.name, in afs_vnode_create()
516 vnode->volume->vlocation->vldb.name, in afs_vnode_remove()
571 dvnode->volume->vlocation->vldb.name, in afs_vnode_link()
575 vnode->volume->vlocation->vldb.name, in afs_vnode_link()
642 vnode->volume->vlocation->vldb.name, in afs_vnode_symlink()
701 orig_dvnode->volume->vlocation->vldb.name, in afs_vnode_rename()
705 new_dvnode->volume->vlocation->vldb.name, in afs_vnode_rename()
778 vnode->volume->vlocation->vldb.name, in afs_vnode_store_data()
[all …]
Dinode.c27 struct afs_volume *volume; /* volume on which resides */ member
111 vnode->volume = data->volume; in afs_iget5_set()
132 data.volume = as->volume; in afs_iget()
155 cachefs_acquire_cookie(vnode->volume->cache, in afs_iget()
386 key = afs_request_key(vnode->volume->cell); in afs_setattr()
Ddir.c462 cookie.fid.vid = as->volume->vid; in afs_do_lookup()
513 key = afs_request_key(vnode->volume->cell); in afs_lookup()
582 key = afs_request_key(AFS_FS_S(dentry->d_sb)->volume->cell); in afs_d_revalidate()
746 key = afs_request_key(dvnode->volume->cell); in afs_mkdir()
811 key = afs_request_key(dvnode->volume->cell); in afs_rmdir()
857 key = afs_request_key(dvnode->volume->cell); in afs_unlink()
931 key = afs_request_key(dvnode->volume->cell); in afs_create()
1000 key = afs_request_key(dvnode->volume->cell); in afs_link()
1052 key = afs_request_key(dvnode->volume->cell); in afs_symlink()
1122 key = afs_request_key(orig_dvnode->volume->cell); in afs_rename()
Dsecurity.c166 if (key == vnode->volume->cell->anonymous_key) in afs_cache_permit()
238 if (key == auth_vnode->volume->cell->anonymous_key) { in afs_check_permit()
297 key = afs_request_key(vnode->volume->cell); in afs_permission()
DMakefile26 volume.o \
Dmntpt.c185 strcpy(options + 5, super->volume->cell->name); in afs_mntpt_do_automount()
186 if (super->volume->type == AFSVL_RWVOL) in afs_mntpt_do_automount()
Dinternal.h47 struct afs_volume *volume; /* volume record */ member
168 struct afs_volume *volume; /* volume record */ member
332 struct afs_volume *volume; /* volume on which vnode resides */ member
Dfile.c70 key = afs_request_key(vnode->volume->cell); in afs_open()
/fs/affs/
Dsuper.c159 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) in parse_options() argument
171 volume[0] = ':'; in parse_options()
172 volume[1] = 0; in parse_options()
241 strlcpy(volume, vol, 32); in parse_options()
DChanges241 - Argument to volume option could overflow the
/fs/ncpfs/
Dncplib_kernel.c479 ncp_get_known_namespace(struct ncp_server *server, __u8 volume) in ncp_get_known_namespace() argument
489 ncp_add_byte(server, volume); in ncp_get_known_namespace()
501 DPRINTK("get_namespaces: found %d on %d\n", *namespace, volume); in ncp_get_known_namespace()
559 __u32* volume, __le32* newDirEnt, __le32* newDosEnt) in ncp_mount_subdir() argument
571 *volume = volNumber; in ncp_mount_subdir()
579 __u32* volume, __le32* dirent, __le32* dosdirent) in ncp_get_volume_root() argument
606 *volume = volnum; in ncp_get_volume_root()
804 target->volume = target->i.volNumber; in ncp_open_create_file_or_subdir()
Ddir.c315 finfo.volume = finfo.i.volNumber; in __ncp_lookup_validate()
678 entry.volume = entry.i.volNumber; in ncp_read_volume_list()
741 entry.volume = entry.i.volNumber; in ncp_do_readdir()
835 finfo.volume = finfo.i.volNumber; in ncp_lookup()
927 if (ncp_is_nfs_extras(server, finfo.volume)) { in ncp_create_new()
930 if (ncp_modify_nfs_info(server, finfo.volume, in ncp_create_new()
976 if (ncp_is_nfs_extras(server, finfo.volume)) { in ncp_mkdir()
980 finfo.volume, in ncp_mkdir()
Dncplib_kernel.h73 __u32 *volume, __le32 *dirent, __le32 *dosdirent);
113 __u32* volume, __le32* dirent, __le32* dosdirent);
DKconfig70 If you say Y here, every filename on a NetWare server volume using
71 the OS2/LONG namespace and created under DOS or on a volume using
Dinode.c117 NCP_FINFO(inode)->volNumber = nwinfo->volume; in ncp_update_dirent()
674 finfo.volume = NCP_NUMBER_OF_VOLUMES; in ncp_fill_super()
687 server->name_space[finfo.volume] = NW_NS_DOS; in ncp_fill_super()
/fs/partitions/
Dsgi.c20 } volume[15]; member
Dsun.c24 char volume[8]; /* Volume name */ in sun_partition() member
/fs/ntfs/
DChangeLog14 leave the volume dirty on umount if the final iput(vol->mft_ino)
150 means users can boot into Windows after we marked the volume dirty.
252 - Add disable_sparse mount option together with a per volume sparse
315 is active on the volume and we are mounting read-write or remounting
321 - Detect the case when Windows has been suspended to disk on the volume
342 The situation: VFS inode X on a mounted ntfs volume is dirty. For
362 same VFS inode X on the ntfs volume. This locks the inode (I_LOCK)
664 the default and volume upcase tables.
724 rescan the volume on boot and update all quota entries.
787 - Add functions ntfs_{clear,set}_volume_flags(), to modify the volume
[all …]
/fs/udf/
Dsuper.c196 unsigned int volume; member
413 uopt->volume = 0xFFFFFFFF; in udf_parse_options()
496 uopt->volume = option; in udf_parse_options()
/fs/cifs/
DCHANGES475 volume information displayed in /proc/fs/cifs/DebugData (only affects