Searched defs:as (Results 1 - 4 of 4) sorted by relevance

/fs/afs/
H A Dinode.c140 struct afs_super_info *as; local
151 as = sb->s_fs_info;
152 data.volume = as->volume;
153 data.fid.vid = as->volume->vid;
203 struct afs_super_info *as; local
210 as = sb->s_fs_info;
211 data.volume = as->volume;
256 /* set up caching before mapping the status, as map-status reads the
288 * mark the data attached to an inode as obsolete due to a write on the server
H A Dsuper.c293 struct afs_super_info *as = sb->s_fs_info; local
295 return as->volume == as1->volume;
310 struct afs_super_info *as = sb->s_fs_info; local
322 sb->s_bdi = &as->volume->bdi;
323 strlcpy(sb->s_id, as->volume->vlocation->vldb.name, sizeof(sb->s_id));
326 fid.vid = as->volume->vid;
362 struct afs_super_info *as; local
401 as = kzalloc(sizeof(struct afs_super_info), GFP_KERNEL);
402 if (!as) {
407 as
450 struct afs_super_info *as = sb->s_fs_info; local
[all...]
H A Ddir.c8 * as published by the Free Software Foundation; either version
428 struct afs_super_info *as = dir->i_sb->s_fs_info; local
432 .fid.vid = as->volume->vid
694 * allow the VFS to enquire as to whether a dentry should be unhashed (mustn't
/fs/reiserfs/
H A Dinode.c67 * go into the same transaction as stat data deletion
161 * I cut the code until such time as I see a convincing argument (benchmark).
281 * Please improve the english/clarity in the comment above, as it is
718 * tails are enabled we should mark it as possibly needing
1528 * evolved as the prototype did
1705 * 6 - as above plus generation of directory
1767 * containing stat data as dirty
1984 * not a perfect generation count, as object ids can be reused,
1985 * but this is as good as reiserf
2886 reiserfs_aop_bmap(struct address_space *as, sector_t block) argument
[all...]

Completed in 66 milliseconds