Searched refs:tmpfs_fnops (Results 1 – 3 of 3) sorted by relevance
676 memcpy(&tmpfs_fnops, &vnops, sizeof(struct fileops)); in tmpfs_init()677 tmpfs_fnops.fo_close = tmpfs_fo_close; in tmpfs_init()
666 extern struct fileops tmpfs_fnops;
290 struct fileops tmpfs_fnops; variable 327 finit_vnode(fp, mode, node, &tmpfs_fnops); in tmpfs_open()