Searched refs:enum_snapshots (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | ioctl.c | 270 if (tcon->ses->server->ops->enum_snapshots) in cifs_ioctl() 271 rc = tcon->ses->server->ops->enum_snapshots(xid, tcon, in cifs_ioctl()
|
H A D | cifsglob.h | 428 int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon, member
|
H A D | smb2ops.c | 5307 .enum_snapshots = smb3_enum_snapshots, 5417 .enum_snapshots = smb3_enum_snapshots, 5530 .enum_snapshots = smb3_enum_snapshots,
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | ioctl.c | 450 if (tcon->ses->server->ops->enum_snapshots) in cifs_ioctl() 451 rc = tcon->ses->server->ops->enum_snapshots(xid, tcon, in cifs_ioctl()
|
H A D | smb2ops.c | 5385 .enum_snapshots = smb3_enum_snapshots, 5496 .enum_snapshots = smb3_enum_snapshots, 5610 .enum_snapshots = smb3_enum_snapshots,
|
H A D | cifsglob.h | 489 int (*enum_snapshots)(const unsigned int xid, struct cifs_tcon *tcon, member
|
Completed in 25 milliseconds