Home
last modified time | relevance | path

Searched refs:enum_snapshots (Results 1 – 3 of 3) sorted by relevance

/fs/cifs/
Dioctl.c280 if (tcon->ses->server->ops->enum_snapshots) in cifs_ioctl()
281 rc = tcon->ses->server->ops->enum_snapshots(xid, tcon, in cifs_ioctl()
Dsmb2ops.c1723 .enum_snapshots = smb3_enum_snapshots,
1812 .enum_snapshots = smb3_enum_snapshots,
1902 .enum_snapshots = smb3_enum_snapshots,
Dcifsglob.h394 int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon, member