Home
last modified time | relevance | path

Searched refs:cnode_t (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_dlog.h288 cnode_t *cp, cred_t *cr);
291 cnode_t *cp, cred_t *cr);
292 off_t cachefs_dlog_create(fscache_t *fscp, cnode_t *pcp, char *nm,
293 vattr_t *vap, int excl, int mode, cnode_t *cp, int exists, cred_t *cr);
294 off_t cachefs_dlog_remove(fscache_t *fscp, cnode_t *pcp, char *nm, cnode_t *cp,
296 off_t cachefs_dlog_link(fscache_t *fscp, cnode_t *pcp, char *nm, cnode_t *cp,
298 off_t cachefs_dlog_rename(fscache_t *fscp, cnode_t *odcp, char *onm,
299 cnode_t *ndcp, char *nnm, cred_t *cr, cnode_t *cp, cnode_t *delcp);
300 off_t cachefs_dlog_mkdir(fscache_t *fscp, cnode_t *pcp, cnode_t *cp, char *nm,
302 off_t cachefs_dlog_rmdir(fscache_t *fscp, cnode_t *pcp, char *nm, cnode_t *cp,
[all …]
H A Dcachefs_dir.h75 int cachefs_dir_look(cnode_t *dcp, char *nm, fid_t *cookiep, uint_t *flagp,
77 int cachefs_dir_new(cnode_t *dcp, cnode_t *cp);
78 int cachefs_dir_enter(cnode_t *dcp, char *nm, fid_t *cookiep, cfs_cid_t *cidp,
80 int cachefs_dir_rmentry(cnode_t *dcp, char *nm);
81 void cachefs_dir_modentry(cnode_t *dcp, u_offset_t offset, fid_t *cookiep,
84 int cachefs_dir_fill(cnode_t *dcp, cred_t *cr);
85 int cachefs_dir_empty(cnode_t *dcp);
H A Dcachefs_fs.h934 typedef struct cnode cnode_t; typedef
1136 vattr_t *vap, vnode_t *backvp, cred_t *cr, int flag, cnode_t **cpp);
1140 cnode_t **cpp);
1141 void cachefs_cnode_move(cnode_t *cp);
1142 int cachefs_cnode_lostfound(cnode_t *cp, char *rname);
1143 void cachefs_cnode_sync(cnode_t *cp);
1144 void cachefs_cnode_traverse(fscache_t *fscp, void (*routinep)(cnode_t *));
1145 void cachefs_cnode_stale(cnode_t *cp);
1146 void cachefs_cnode_setlocalstats(cnode_t *cp);
1147 void cachefs_cnode_disable_caching(cnode_t *cp);
[all …]
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c613 cnode_t *cp, cred_t *cr) in cachefs_dlog_setattr()
652 cnode_t *cp, cred_t *cr) in cachefs_dlog_setsecattr()
739 cachefs_dlog_create(fscache_t *fscp, cnode_t *pcp, char *nm, in cachefs_dlog_create()
740 vattr_t *vap, int excl, int mode, cnode_t *cp, int exists, cred_t *cr) in cachefs_dlog_create()
798 cachefs_dlog_remove(fscache_t *fscp, cnode_t *pcp, char *nm, cnode_t *cp, in cachefs_dlog_remove()
839 cachefs_dlog_link(fscache_t *fscp, cnode_t *pcp, char *nm, cnode_t *cp, in cachefs_dlog_link()
881 cachefs_dlog_rename(fscache_t *fscp, cnode_t *odcp, char *onm, cnode_t *ndcp, in cachefs_dlog_rename()
882 char *nnm, cred_t *cr, cnode_t *cp, cnode_t *delcp) in cachefs_dlog_rename()
945 cachefs_dlog_mkdir(fscache_t *fscp, cnode_t *pcp, cnode_t *cp, char *nm, in cachefs_dlog_mkdir()
986 cachefs_dlog_rmdir(fscache_t *fscp, cnode_t *pcp, char *nm, cnode_t *cp, in cachefs_dlog_rmdir()
[all …]
H A Dcachefs_vnops.c81 static void cachefs_attr_setup(vattr_t *srcp, vattr_t *targp, cnode_t *cp,
83 static void cachefs_creategid(cnode_t *dcp, cnode_t *newcp, vattr_t *vap,
85 static void cachefs_createacl(cnode_t *dcp, cnode_t *newcp);
86 static int cachefs_getaclfromcache(cnode_t *cp, vsecattr_t *vsec);
87 static int cachefs_getacldirvp(cnode_t *cp);
88 static void cachefs_acl2perm(cnode_t *cp, vsecattr_t *vsec);
131 static int cachefs_readback_translate(cnode_t *cp, uio_t *uiop,
305 static void cachefs_modified(cnode_t *cp);
306 static int cachefs_modified_alloc(cnode_t *cp);
325 cnode_t *cp = VTOC(*vpp); in cachefs_open()
[all …]
H A Dcachefs_dir.c61 static int cachefs_dir_stuff(cnode_t *dcp, uint_t count, caddr_t buf,
63 static int cachefs_dir_extend(cnode_t *, u_offset_t *, int incr_frontblks);
64 static int cachefs_dir_fill_common(cnode_t *dcp, cred_t *cr,
79 cachefs_dir_look(cnode_t *dcp, char *nm, fid_t *cookiep, uint_t *flagp, in cachefs_dir_look()
175 cachefs_dir_new(cnode_t *dcp, cnode_t *cp) in cachefs_dir_new()
270 cachefs_dir_enter(cnode_t *dcp, char *nm, fid_t *cookiep, cfs_cid_t *cidp, in cachefs_dir_enter()
437 cachefs_dir_rmentry(cnode_t *dcp, char *nm) in cachefs_dir_rmentry()
537 cachefs_dir_modentry(cnode_t *dcp, u_offset_t offset, fid_t *cookiep,
830 cachefs_dir_fill(cnode_t *dcp, cred_t *cr) in cachefs_dir_fill()
909 cachefs_dir_fill_common(cnode_t *dcp, cred_t *cr, in cachefs_dir_fill_common()
[all …]
H A Dcachefs_cnode.c86 cnode_t *cp = VTOC(vp); in cachefs_cnode_idle()
217 cnode_t *cp; in cachefs_cnode_idleclean()
271 cnode_t *cp; in cachefs_cnode_inactive()
693 cachefs_cnode_init(cfs_cid_t *cidp, cnode_t *cp, fscache_t *fscp, in cachefs_cnode_init()
703 bzero(cp, sizeof (cnode_t)); in cachefs_cnode_init()
889 vattr_t *vap, vnode_t *backvp, cred_t *cr, int flag, cnode_t **cpp) in cachefs_cnode_make()
1080 cnode_t *cp; in cachefs_cid_inuse()
1156 cachefs_cnode_create(fscache_t *fscp, vattr_t *vap, int flag, cnode_t **cpp) in cachefs_cnode_create()
1281 cachefs_cnode_move(cnode_t *cp) in cachefs_cnode_move()
1288 cnode_t *xcp; in cachefs_cnode_move()
[all …]
H A Dcachefs_ioctl.c83 static void sync_metadata(cnode_t *);
84 static void drop_backvp(cnode_t *);
85 static void allow_pendrm(cnode_t *cp);
213 cnode_t *cp = VTOC(vp); in cachefs_pack_common()
425 cnode_t *cp = VTOC(vp); in cachefs_unpack_common()
579 cnode_t *cp; in cachefs_unpackall_list()
961 cnode_t *cp = NULL; in cachefs_io_exists()
996 cnode_t *cp = NULL; in cachefs_io_lostfound()
1176 cnode_t *cp = NULL; in cachefs_io_cidtofid()
1354 cnode_t *cp; in cachefs_io_pushback()
[all …]
H A Dcachefs_subr.c435 cachefs_stop_cache(cnode_t *cp) in cachefs_stop_cache()
878 cachefs_createfrontfile(cnode_t *cp, struct filegrp *fgp) in cachefs_createfrontfile()
1110 cachefs_getfrontfile(cnode_t *cp) in cachefs_getfrontfile()
1247 cachefs_inval_object(cnode_t *cp) in cachefs_inval_object()
1370 cachefs_nocache(cnode_t *cp) in cachefs_nocache()
1447 cachefs_check_allocmap(cnode_t *cp, u_offset_t off) in cachefs_check_allocmap()
1523 cachefs_update_allocmap(cnode_t *cp, u_offset_t off, size_t size) in cachefs_update_allocmap()
1625 cachefs_populate(cnode_t *cp, u_offset_t off, size_t popsize, vnode_t *frontvp, in cachefs_populate()
1789 cachefs_stuffsymlink(cnode_t *cp, caddr_t buf, int buflen) in cachefs_stuffsymlink()
1870 cachefs_readlink_back(cnode_t *cp, cred_t *cr, caddr_t *bufp, int *buflenp) in cachefs_readlink_back()
[all …]
H A Dcachefs_noopc.c54 c_nop_init_cached_object(fscache_t *fscp, cnode_t *cp, vattr_t *vap, in c_nop_init_cached_object()
H A Dcachefs_cod.c67 c_cod_init_cached_object(fscache_t *fscp, cnode_t *cp, vattr_t *vap, in c_cod_init_cached_object()
H A Dcachefs_strict.c70 c_strict_init_cached_object(fscache_t *fscp, cnode_t *cp, vattr_t *vap, in c_strict_init_cached_object()
H A Dcachefs_vfsops.c148 cnode_t *cp; in cachefs_mount()
1314 ((cnode_t *)(fscp->fs_rootvp->v_data))->c_backvp = backrootvp; in cachefs_remount()
H A Dcachefs_resource.c823 cnode_t *cp; in cachefs_packed_pending()